예제 #1
0
def init():
    global __inited
    if not __inited:
        _z.initialize()
        _z.openPort()
        _z.cancelSubs()
        __inited = True
예제 #2
0
def init():
    global __inited
    if not __inited:
        _z.initialize()
        _z.openPort()
        _z.cancelSubs()
        __inited = True
예제 #3
0
 def __del__(self):
     _z.cancelSubs()
     super(Subscriptions, self).__del__()
예제 #4
0
 def clear(self):
     _z.cancelSubs()
     super(Subscriptions, self).clear()
예제 #5
0
 def __del__(self):
     _z.cancelSubs()
예제 #6
0
 def __del__(self):
     _z.cancelSubs()
     super(Subscriptions, self).__del__()