示例#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__()