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

Method _clear_cache

easygraph/classes/graph.py:1493–1495  ·  view source on GitHub ↗

r"""Clear the cache.

(self)

Source from the content-addressed store, hash-verified

1491 return G
1492
1493 def _clear_cache(self):
1494 r"""Clear the cache."""
1495 self.cache = {}
1496
1497 def cpp(self):
1498 G = GraphC()

Callers 15

add_extra_selfloopMethod · 0.95
remove_extra_selfloopMethod · 0.95
remove_selfloopMethod · 0.95
add_nodeMethod · 0.95
add_nodesMethod · 0.95
add_nodes_fromMethod · 0.95
_add_one_nodeMethod · 0.95
add_edgeMethod · 0.95
add_weighted_edgeMethod · 0.95
add_edgesMethod · 0.95
add_edges_fromMethod · 0.95
_add_one_edgeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected