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)
def __init__(self, *args, **kwargs): Resource.__init__(self) SandboxResource.__init__(self, *args, **kwargs)
def __init__(self, *args, **kwargs): Resource.__init__(self) LocalSandboxComponent.__init__(self, *args, **kwargs)
def __init__(self, *args, **kwargs): Resource.__init__(self) IDESandboxComponent.__init__(self, *args, **kwargs)