MCPcopy Create free account
hub / github.com/DVampire/FinAgent / AbstractSingleton

Class AbstractSingleton

finagent/utils/singleton.py:19–24  ·  view source on GitHub ↗

Abstract singleton class for ensuring only one instance of a class.

Source from the content-addressed store, hash-verified

17
18
19class AbstractSingleton(abc.ABC, metaclass=Singleton):
20 """
21 Abstract singleton class for ensuring only one instance of a class.
22 """
23
24 pass

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected