

Public Member Functions | |
| def | __init__ (self, callable) |
| def | __call__ (self) |
Public Attributes | |
| Self | |
| Func | |
Definition at line 126 of file CONNECTOR.py.
| def gui.CONNECTOR.BoundMethodWeakref.__init__ | ( | self, | |
| callable | |||
| ) |
Definition at line 127 of file CONNECTOR.py.
| def gui.CONNECTOR.BoundMethodWeakref.__call__ | ( | self | ) |
Definition at line 131 of file CONNECTOR.py.
References gui.CONNECTOR.BoundMethodWeakref.Func, and gui.CONNECTOR.BoundMethodWeakref.Self.
| gui.CONNECTOR.BoundMethodWeakref.Func |
Definition at line 129 of file CONNECTOR.py.
Referenced by gui.CONNECTOR.BoundMethodWeakref.__call__().
| gui.CONNECTOR.BoundMethodWeakref.Self |
Definition at line 128 of file CONNECTOR.py.
Referenced by gui.CONNECTOR.BoundMethodWeakref.__call__().