Пример #1
0
 def __init__(self, component):
     Plug.__init__(self)
     self.component = component
     self.properties.logfile = '/tmp/access.log'
Пример #2
0
 def __init__(self, component):
     Plug.__init__(self)
     self.component = component
     self.properties.logfile = '/tmp/access.log'
Пример #3
0
 def __init__(self, component):
     Plug.__init__(self)
     self.component = component
     self.properties.argument_name = 'force'
     self.properties.trigger_value = 'true'
Пример #4
0
 def __init__(self, component):
     Plug.__init__(self)
     self.component = component
     self.properties.argument_name = 'force'
     self.properties.trigger_value = 'true'