Exemplo n.º 1
0
 def __init__(self,
              profile,
              spd,
              scd,
              prf,
              objref,
              instanceName,
              refid,
              impl=None,
              pid=0,
              devs=[]):
     Resource.__init__(self, objref)
     DomainComponent.__init__(self, profile, spd, scd, prf, instanceName,
                              refid, impl, pid, devs)
Exemplo n.º 2
0
 def __init__(self, *args, **kwargs):
     Resource.__init__(self)
     SandboxResource.__init__(self, *args, **kwargs)
Exemplo n.º 3
0
 def __init__(self, *args, **kwargs):
     Resource.__init__(self)
     LocalSandboxComponent.__init__(self, *args, **kwargs)
Exemplo n.º 4
0
 def __init__(self, *args, **kwargs):
     Resource.__init__(self)
     IDESandboxComponent.__init__(self, *args, **kwargs)
Exemplo n.º 5
0
 def __init__(self, profile, spd, scd, prf, objref, instanceName, refid, impl=None, pid=0, devs=[]):
     Resource.__init__(self, objref)
     DomainComponent.__init__(self, profile, spd, scd, prf, instanceName, refid, impl, pid, devs)