class documentation
a special node representing a method bound to an instance
Method | __init__ |
Undocumented |
Method | bool |
Undocumented |
Method | implicit |
Undocumented |
Method | infer |
The boundnode of the regular context with a function called on object.__new__ will be of type object, which is incorrect for the argument in general. If no context is given the object.__new__ call argument will correctly inferred except when inside a call that requires the additional context (such as a classmethod) of the boundnode to determine which class the method was called from... |
Method | is |
Undocumented |
Class Variable | special |
Undocumented |
Instance Variable | bound |
Undocumented |
Method | _infer |
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 |
The boundnode of the regular context with a function called on object.__new__ will be of type object, which is incorrect for the argument in general. If no context is given the object.__new__ call argument will correctly inferred except when inside a call that requires the additional context (such as a classmethod) of the boundnode to determine which class the method was called from