Home
last modified time | relevance | path

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

/development/tools/axl/
Dsingletonmixin.py73 if len(lstArgs) != cls._getConstructionArgCountNotCountingSelf():
85 def _getConstructionArgCountNotCountingSelf(cls): member in Singleton
87 _getConstructionArgCountNotCountingSelf = classmethod(_getConstructionArgCountNotCountingSelf) variable in Singleton