MCPcopy Create free account
hub / github.com/easy-graph/Easy-Graph / _clear_raw

Method _clear_raw

easygraph/classes/base.py:117–119  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

115 self._clear_cache()
116
117 def _clear_raw(self):
118 self._v_weight = None
119 self._raw_groups = {}
120
121 def _clear_cache(self, group_name: Optional[str] = None):
122 self.cache = {}

Callers 1

clearMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected