Esempio n. 1
0
 def dump_pretty(self):
     if self.dom_data == None:
         print('Object not initialized, nothing to print')
         return
     sffbase.dump_pretty(self, self.dom_data)
Esempio n. 2
0
 def dump_pretty(self):
     if self.interface_data == None:
         print 'Object not initialized, nothing to print'
         return
     sffbase.dump_pretty(self, self.interface_data)
Esempio n. 3
0
 def dump_pretty(self):
     if self.interface_data == None:
         print 'Object not initialized, nothing to print'
         return
     sffbase.dump_pretty(self, self.interface_data)