MCPcopy Create free account
hub / github.com/SpaceNetLab/StarryNet / __init__

Method __init__

starrynet/log.py:65–67  ·  view source on GitHub ↗
(cls, name, bases, dict_)

Source from the content-addressed store, hash-verified

63 below."""
64
65 def __init__(cls, name, bases, dict_):
66 super(Singleton, cls).__init__(name, bases, dict_)
67 cls.instance = None
68
69 def __call__(cls, *args, **kw):
70 if cls.instance is None:

Callers 1

__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected