MCPcopy Create free account
hub / github.com/NanoComp/meep / _init

Method _init

python/verbosity_mgr.py:57–63  ·  view source on GitHub ↗

Set up the initial state of the singleton. Called only when the first instance is created.

(self)

Source from the content-addressed store, hash-verified

55 return cls._instance
56
57 def _init(self):
58 """
59 Set up the initial state of the singleton. Called only when the first
60 instance is created.
61 """
62 self._master_verbosity = -1
63 self._cvars = {}
64
65 @classmethod
66 def reset(cls):

Callers 2

__new__Method · 0.80
resetMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected