Public Member Functions | |
| def | __getattr__ |
| def | __init__ |
Public Attributes | |
| parent | |
Object that provides threaded calls to its parent object methods
Definition at line 83 of file post_threading.py.
| def modbus.post_threading.Post.__init__ | ( | self, | |
| parent | |||
| ) |
Definition at line 85 of file post_threading.py.
| def modbus.post_threading.Post.__getattr__ | ( | self, | |
| attr | |||
| ) |
Find the method asked for in parent object, encapsulate in a PostThread object and send back pointer to execution function
Definition at line 88 of file post_threading.py.
Definition at line 85 of file post_threading.py.