Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_selfloop
Method · 0.95
remove_extra_selfloop
Method · 0.95
remove_selfloop
Method · 0.95
add_node
Method · 0.95
add_nodes
Method · 0.95
add_nodes_from
Method · 0.95
_add_one_node
Method · 0.95
add_edge
Method · 0.95
add_weighted_edge
Method · 0.95
add_edges
Method · 0.95
add_edges_from
Method · 0.95
_add_one_edge
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected