Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/astra-toolbox/astra-toolbox
/ clear
Function
clear
python/astra/algorithm.py:80–82 ·
view source on GitHub ↗
Clear all algorithm objects.
()
Source
from the content-addressed store, hash-verified
78
79
80
def
clear():
81
""
"Clear all algorithm objects."
""
82
return
a.clear()
83
84
def
info():
85
""
"Print info on algorithm objects in memory."
""
Callers
nothing calls this directly
Calls
1
clear
Method · 0.45
Tested by
no test coverage detected