Lines Matching refs:obj
99 def phandle(self, obj):
104 if isinstance(obj, SimObject):
105 key = str(id(obj))
108 key = str(obj)
175 def __init__(self, name, obj=None):
176 """Create a new node and immediately set the phandle property, if obj
179 if obj != None:
180 self.appendPhandle(obj)
218 def appendPhandle(self, obj):
224 phandle = state.phandle(obj)