Home
last modified time | relevance | path

Searched refs:lstArgs (Results 1 – 1 of 1) sorted by relevance

/development/tools/axl/
Dsingletonmixin.py57 def __call__(cls, *lstArgs, **dictArgs): argument
63 def getInstance(cls, *lstArgs): argument
70 if len(lstArgs) != 0:
73 if len(lstArgs) != cls._getConstructionArgCountNotCountingSelf():
76 instance.__init__(*lstArgs)