class documentation

class Param: (source)

Known subclasses: pytype.pyi.function.Param

View In Hierarchy

Internal representation of function parameters.

Method to_pytd Return a pytd.Parameter object for a normal argument.
Class Variable default Undocumented
Class Variable name Undocumented
Instance Variable type Undocumented
def to_pytd(self) -> pytd.Parameter: (source)

Return a pytd.Parameter object for a normal argument.

Undocumented

Undocumented

Undocumented