Exemplo n.º 1
0
 def __init__(self, *args, **kwargs):
     Function.__init__(self, *args, **kwargs)
Exemplo n.º 2
0
 def __init__(self, *args, **kwargs):
     Function.__init__(self, *args, **kwargs)
Exemplo n.º 3
0
 def __init__(self, theParams, theActions, *args, **kwargs):
     Function.__init__(self, *args, **kwargs)
     self._actions = theActions if isinstance(theActions, list) else []
     self._params = theParams if isinstance(theParams, list) else []
Exemplo n.º 4
0
 def __init__(self, cmpType=None, *args, **kwargs):
     Function.__init__(self, *args, **kwargs)
     self._cmpType = cmpType if cmpType is not None else types.BaseParsedType
Exemplo n.º 5
0
 def __init__(self, cmpType=None, *args, **kwargs):
     Function.__init__(self, *args, **kwargs)
     self._cmpType = cmpType if cmpType is not None else types.BaseParsedType