def __init__(self, scope, transInhDict, typedefDict, invEntityDict, accessDict=None): ParentInvokableEntityResolver.__init__(self, scope, transInhDict, typedefDict, invEntityDict, accessDict) self.invEntityDict = invEntityDict
def __init__(self, scope, transInhDict, typedefDict, invEntityDict, accessDict = None): ParentInvokableEntityResolver.__init__(self,scope, transInhDict, typedefDict, invEntityDict, accessDict) self.invEntityDict = invEntityDict
def __init__(self, scope, transInhDict, typedefDict, invEntityDict, attrDict): ParentInvokableEntityResolver.__init__(self,scope, transInhDict, typedefDict, invEntityDict) self.attrDict = attrDict
def __init__(self, scope, transInhDict, typedefDict, invEntityDict, attrDict): ParentInvokableEntityResolver.__init__(self, scope, transInhDict, typedefDict, invEntityDict) self.attrDict = attrDict