class FuncItem(FuncBase): (source)
Known subclasses: mypy.nodes.FuncDef
, mypy.nodes.LambdaExpr
Method | __init__ |
Undocumented |
Method | is_dynamic |
Undocumented |
Method | max_fixed_argc |
Undocumented |
Method | set_line |
If target is a node, pull line (and column) information into this node. If column is specified, this will override any column information coming from a node. |
Class Variable | __deletable__ |
Undocumented |
Class Variable | __slots__ |
Undocumented |
Instance Variable | arg_kinds |
Undocumented |
Instance Variable | arg_names |
Undocumented |
Instance Variable | arguments |
Undocumented |
Instance Variable | body |
Undocumented |
Instance Variable | expanded |
Undocumented |
Instance Variable | is_async_generator |
Undocumented |
Instance Variable | is_awaitable_coroutine |
Undocumented |
Instance Variable | is_coroutine |
Undocumented |
Instance Variable | is_generator |
Undocumented |
Instance Variable | is_overload |
Undocumented |
Instance Variable | max_pos |
Undocumented |
Instance Variable | min_args |
Undocumented |
Instance Variable | type |
Undocumented |
Instance Variable | unanalyzed_type |
Undocumented |
Inherited from FuncBase
:
Instance Variable | info |
Undocumented |
Instance Variable | is_class |
Undocumented |
Instance Variable | is_final |
Undocumented |
Instance Variable | is_property |
Undocumented |
Instance Variable | is_static |
Undocumented |
Property | fullname |
Undocumented |
Property | name |
Undocumented |
Instance Variable | _fullname |
Undocumented |
Inherited from Node
(via FuncBase
):
Method | __str__ |
Undocumented |
Method | accept |
Undocumented |
Inherited from Context
(via FuncBase
, Node
):
Method | get_column |
Don't use. Use x.column. |
Method | get_line |
Don't use. Use x.line. |
Instance Variable | column |
Undocumented |
Instance Variable | end_line |
Undocumented |
Instance Variable | line |
Undocumented |
mypy.nodes.FuncBase.__init__
mypy.nodes.FuncDef
Undocumented
Parameters | |
arguments:List[ | Undocumented |
body:Block | Undocumented |
typ:Optional[ | Undocumented |
mypy.nodes.Context.set_line
Parameters | |
target:Union[ | Undocumented |
column:Optional[ | Undocumented |
end_line:Optional[ | Undocumented |