Public Member Functions | |
def | __init__ |
def | datachange_notification |
def | event_notification |
def | reset |
Public Attributes | |
future |
More advanced subscription client using Future, so we can wait for events in tests
Definition at line 23 of file tests_subscriptions.py.
def tests_subscriptions.MySubHandler.__init__ | ( | self | ) |
Definition at line 29 of file tests_subscriptions.py.
def tests_subscriptions.MySubHandler.datachange_notification | ( | self, | |
node, | |||
val, | |||
data | |||
) |
Definition at line 35 of file tests_subscriptions.py.
def tests_subscriptions.MySubHandler.event_notification | ( | self, | |
event | |||
) |
Definition at line 38 of file tests_subscriptions.py.
def tests_subscriptions.MySubHandler.reset | ( | self | ) |
Definition at line 32 of file tests_subscriptions.py.
Definition at line 29 of file tests_subscriptions.py.