MCPcopy
hub / github.com/agent0ai/agent-zero / get

Method get

helpers/localization.py:22–25  ·  view source on GitHub ↗
(cls, *args, **kwargs)

Source from the content-addressed store, hash-verified

20
21 @classmethod
22 def get(cls, *args, **kwargs):
23 if cls._instance is None:
24 cls._instance = cls(*args, **kwargs)
25 return cls._instance
26
27 def __init__(self, timezone: str | None = None):
28 self.timezone: str = "UTC"

Callers 1

__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected