示例#1
0
 def dump(self):
     """Dump to the logger."""
     rnc_db.dump_database_object(self, DeviceStoredVar.FIELDS)
示例#2
0
 def dump(self):
     """Debugging option to dump the object."""
     rnc_db.dump_database_object(self, Blob.FIELDS_WITHOUT_BLOB)