class documentation

Internal representation of function signatures.

Class Method from_function Constructor from an ast.FunctionDef node.

Inherited from NameAndSig:

Class Method make Make a new NameAndSig from an argument list.
Class Variable decorator Undocumented
Class Variable is_abstract Undocumented
Class Variable is_coroutine Undocumented
Class Variable is_final Undocumented
Class Variable is_overload Undocumented
Class Variable name Undocumented
Class Variable signature Undocumented
@classmethod
def from_function(cls, function: ast3.FunctionDef, is_async: bool) -> NameAndSig: (source)

Constructor from an ast.FunctionDef node.