示例#1
0
	def __init__(self, oInstance):
		object.__setattr__(self, 'ParentInstance', oInstance)
		NodeCollection.__init__(self)
示例#2
0
	def __init__(self, oInstance, oProject):
		object.__setattr__(self, 'ParentInstance', oInstance)
		object.__setattr__(self, 'ParentProject', oProject)
		NodeCollection.__init__(self)