MCPcopy Create free account
hub / github.com/pgadmin-org/pgadmin4 / clear_data

Method clear_data

web/pgadmin/tools/schema_diff/model.py:27–31  ·  view source on GitHub ↗

This function clear the model data.

(self)

Source from the content-addressed store, hash-verified

25 self._comparison_result = dict()
26
27 def clear_data(self):
28 """
29 This function clear the model data.
30 """
31 self._comparison_result.clear()
32
33 def set_result(self, node_name, compare_result):
34 """

Callers

nothing calls this directly

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected