Class _proxyClass
source code
object --+
|
GPIProxyObject --+
|
Lib.Localhost.Localhost'.Localhost._proxyClass
Run jobs in the background on local host.
The job is run in the workdir (usually in /tmp).
Properties:
actualCE Hostname where the job was submitted.. (simple property,
default='',protected,comparable)
workdir Working directory.. (simple property,
default='',protected,comparable)
exitcode Process exit code.. (simple property,
default=None,protected,comparable)
id Process id.. (simple property, default=-1,protected,comparable)
nice adjust process priority using nice -n command. (simple property,
default=0,comparable)
|
_impl
This is a Ganga.GPI.Localhost implementation class.
|
|
__eq__(self,
x)
Equality operator (==), compare the Localhost properties which are
declared as [comparable]. |
source code
|
|
|
__init__(self,
*args,
**kwds)
GPI Localhost object constructor: Localhost() : create localhost with
default settings; Localhost(l) : make a copy of l;
Localhost(l,x=a,...): make a copy of l and set property 'x' to a,
etc.. |
source code
|
|
|
__ne__(self,
x)
Non-equality operator (!=). |
source code
|
|
|
|
|
|
|
__str__(self)
Return a printable string representing Localhost object as a tree of
properties. |
source code
|
|
|
|
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__sizeof__ ,
__subclasshook__
|
|
actualCE = <Ganga.GPIDev.Base.Proxy.ProxyDataDescriptor object...
|
|
exitcode = <Ganga.GPIDev.Base.Proxy.ProxyDataDescriptor object...
|
|
id = <Ganga.GPIDev.Base.Proxy.ProxyDataDescriptor object at 0x...
|
|
nice = <Ganga.GPIDev.Base.Proxy.ProxyDataDescriptor object at ...
|
|
workdir = <Ganga.GPIDev.Base.Proxy.ProxyDataDescriptor object ...
|
Inherited from object :
__class__
|
__init__(self,
*args,
**kwds)
(Constructor)
| source code
|
GPI Localhost object constructor: Localhost() : create localhost with
default settings; Localhost(l) : make a copy of l; Localhost(l,x=a,...):
make a copy of l and set property 'x' to a, etc..
- Overrides:
object.__init__
|
Return an short representation of Localhost object.
- Overrides:
object.__repr__
|
Set a property of Localhost with consistency and safety checks.
Setting a [protected] or a unexisting property raises AttributeError.
- Overrides:
object.__setattr__
|
__str__(self)
(Informal representation operator)
| source code
|
Return a printable string representing Localhost object as a tree of
properties.
- Overrides:
object.__str__
|
actualCE
- Value:
<Ganga.GPIDev.Base.Proxy.ProxyDataDescriptor object at 0x2fec750>
|
|
exitcode
- Value:
<Ganga.GPIDev.Base.Proxy.ProxyDataDescriptor object at 0x2fec890>
|
|
id
- Value:
<Ganga.GPIDev.Base.Proxy.ProxyDataDescriptor object at 0x2fec910>
|
|
nice
- Value:
<Ganga.GPIDev.Base.Proxy.ProxyDataDescriptor object at 0x2fec990>
|
|
workdir
- Value:
<Ganga.GPIDev.Base.Proxy.ProxyDataDescriptor object at 0x2fec7d0>
|
|