Searched refs:_getConstructionArgCountNotCountingSelf (Results 1 – 1 of 1) sorted by relevance
73 if len(lstArgs) != cls._getConstructionArgCountNotCountingSelf():85 def _getConstructionArgCountNotCountingSelf(cls): member in Singleton87 _getConstructionArgCountNotCountingSelf = classmethod(_getConstructionArgCountNotCountingSelf) variable in Singleton