Public Member Functions | |
def | __init__ |
def | id |
def | unwatch |
Static Private Attributes | |
__watcher | |
__id |
Definition at line 15 of file mindpipes.py.
def mindpipes.mindpipes.nub.__init__ | ( | self, | |
watcher, | |||
id | |||
) |
Definition at line 18 of file mindpipes.py.
References mindpipes.mindpipes.nub.__id, and mindpipes.mindpipes.nub.__watcher.
def mindpipes.mindpipes.nub.id | ( | self | ) |
Definition at line 21 of file mindpipes.py.
References mindpipes.mindpipes.nub.__id.
def mindpipes.mindpipes.nub.unwatch | ( | self | ) |
Definition at line 23 of file mindpipes.py.
References mindpipes.mindpipes.nub.__id.
mindpipes.mindpipes.nub.__id [static, private] |
Definition at line 17 of file mindpipes.py.
Referenced by mindpipes.mindpipes.nub.__init__(), mindpipes.mindpipes.nub.id(), and mindpipes.mindpipes.nub.unwatch().
mindpipes.mindpipes.nub.__watcher [static, private] |
Definition at line 16 of file mindpipes.py.
Referenced by mindpipes.mindpipes.nub.__init__().