MCPcopy Create free account
hub / github.com/ParzivalHack/PySpector / _reset_cache_singleton

Function _reset_cache_singleton

src/pyspector/ast_cache.py:470–473  ·  view source on GitHub ↗

Reset the process-level singleton. Use only in tests.

()

Source from the content-addressed store, hash-verified

468
469
470def _reset_cache_singleton() -> None:
471 """Reset the process-level singleton. Use only in tests."""
472 global _instance
473 _instance = None

Calls

no outgoing calls