def dump_pretty(self): if self.dom_data == None: print('Object not initialized, nothing to print') return sffbase.dump_pretty(self, self.dom_data)
def dump_pretty(self): if self.interface_data == None: print 'Object not initialized, nothing to print' return sffbase.dump_pretty(self, self.interface_data)