class BoundMethod(UnboundMethod): (source)
Method | __init__ |
Undocumented |
Method | bool_value |
Undocumented |
Method | implicit_parameters |
Undocumented |
Method | infer_call_result |
No summary |
Method | is_bound |
Undocumented |
Class Variable | special_attributes |
Undocumented |
Instance Variable | bound |
Undocumented |
Method | _infer_type_new_call |
Try to infer what type.__new__(mcs, name, bases, attrs) returns. |
Inherited from UnboundMethod
:
Method | __repr__ |
Undocumented |
Method | getattr |
Undocumented |
Method | igetattr |
Undocumented |
Inherited from Proxy
(via UnboundMethod
):
Method | __getattr__ |
Undocumented |
Method | infer |
Undocumented |
Instance Variable | _proxied |
Undocumented |