Home
last modified time | relevance | path

Searched refs:fill_inherited_attributes_object (Results 1 – 1 of 1) sorted by relevance

/dports/devel/atlas-devel/Atlas-C++-0.6.4/protocol/spec/
H A DParseDef.py183 def fill_inherited_attributes_object(self, obj, p_obj,depth): member in ParseDef
201 self.fill_inherited_attributes_object(obj,self.id_dict[parent],depth+1)
204 self.fill_inherited_attributes_object(obj,obj,0)