module documentation

Base abstract representations of functions.

Class BoundFunction An function type which has had an argument bound into it.
Class BoundInterpreterFunction The method flavor of InterpreterFunction.
Class BoundPyTDFunction Undocumented
Class ClassMethod Implements @classmethod methods in pyi.
Class Function Base class for function objects (NativeFunction, InterpreterFunction).
Class NativeFunction An abstract value representing a native function.
Class Property Implements @property methods in pyi.
Class SignedFunction An abstract base class for functions represented by function.Signature.
Class SimpleFunction An abstract value representing a function with a particular signature.
Class StaticMethod Implements @staticmethod methods in pyi.
Variable log Undocumented

Undocumented