示例#1
0
 def __init__(self, node):
     OdeComponent.__init__(self, node)
示例#2
0
文件: sense.py 项目: necrop/pylib3.2
 def __init__(self, node, count):
     OdeComponent.__init__(self, node)
     self.entry_order = count
示例#3
0
 def __init__(self, node):
     OdeComponent.__init__(self, node)
     self.strip_elements('ph')
     self.strip_attributes('noteid')
     self.id = node.get('id')