class documentation

Internal representation of function parameters.

Class Method from_arg Constructor from an ast.argument node.

Inherited from Param:

Method to_pytd Return a pytd.Parameter object for a normal argument.
Class Variable default Undocumented
Class Variable name Undocumented
Instance Variable type Undocumented
@classmethod
def from_arg(cls, arg: ast3.arg, kind: pytd.ParameterKind) -> Param: (source)

Constructor from an ast.argument node.