Searched refs:lstArgs (Results 1 – 1 of 1) sorted by relevance
57 def __call__(cls, *lstArgs, **dictArgs): argument63 def getInstance(cls, *lstArgs): argument70 if len(lstArgs) != 0:73 if len(lstArgs) != cls._getConstructionArgCountNotCountingSelf():76 instance.__init__(*lstArgs)