MCPcopy 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
80def clear():
81 """Clear all algorithm objects."""
82 return a.clear()
83
84def info():
85 """Print info on algorithm objects in memory."""

Callers

nothing calls this directly

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected