def dump(self): """Dump to the logger.""" rnc_db.dump_database_object(self, DeviceStoredVar.FIELDS)
def dump(self): """Debugging option to dump the object.""" rnc_db.dump_database_object(self, Blob.FIELDS_WITHOUT_BLOB)