class documentation

class NameAndSig: (source)

Known subclasses: pytype.pyi.function.NameAndSig

View In Hierarchy

Internal representation of function signatures.

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 make(cls, name: str, args: List[Tuple[str, pytd.Type]], return_type: pytd.Type) -> NameAndSig: (source)

Make a new NameAndSig from an argument list.

Undocumented

is_abstract: bool = (source)

Undocumented

is_coroutine: bool = (source)

Undocumented

is_final: bool = (source)

Undocumented

is_overload: bool = (source)

Undocumented

Undocumented

Undocumented