def __init__(self, spec, formatter):
     DynStrActionBase.__init__(self, spec)
     self.formatter = formatter
Beispiel #2
0
 def __init__(self, proxy, local, spec=None, static=False):
     self._proxy = proxy
     self._local = local
     DynStrActionBase.__init__(self, spec=spec, static=static)
 def __init__(self, by, spec):
     DynStrActionBase.__init__(self, spec)
     self.by = by
 def __init__(self, by, spec):
     DynStrActionBase.__init__(self, spec)
     self.by = by
Beispiel #5
0
 def __init__(self, by, spec, tracker):
     DynStrActionBase.__init__(self, spec)
     self.by = by
     self.tracker = tracker
 def __init__(self, spec, formatter):
     DynStrActionBase.__init__(self, spec)
     self.formatter = formatter
Beispiel #7
0
 def __init__(self, proxy, local, spec=None, static=False):
     self._proxy = proxy
     self._local = local
     DynStrActionBase.__init__(self, spec=spec, static=static)