Class _proxyClass
source code
object --+
|
GPIProxyObject --+
|
Lib.Tasks.TaskApplication.ExecutableTask._proxyClass
Documentation missing.
Properties:
tasks_id id of this task:transform. (simple property,
default='-1:-1',protected,comparable)
args List of arguments for the executable. Arguments may be strings,
numerics or File objects.. (simple property, list, default=['Hello
World'],comparable)
exe A path (string) or a File object specifying an executable..
(simple property, default='echo',comparable)
id number of this application in the transform.. (simple property,
default=-1,protected,comparable)
env Environment. (simple property, default={},comparable)
|
_impl
This is a Ganga.GPI.ExecutableTask implementation class.
|
|
__eq__(self,
x)
Equality operator (==), compare the ExecutableTask properties which
are declared as [comparable]. |
source code
|
|
|
__init__(self,
*args,
**kwds)
GPI ExecutableTask object constructor: ExecutableTask() : create
executabletask with default settings; ExecutableTask(e) : make a copy
of e; ExecutableTask(e,x=a,...): make a copy of e and set property
'x' to a, etc.. |
source code
|
|
|
__ne__(self,
x)
Non-equality operator (!=). |
source code
|
|
|
|
|
|
|
__str__(self)
Return a printable string representing ExecutableTask object as a
tree of properties. |
source code
|
|
|
|
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__sizeof__ ,
__subclasshook__
|
|
args = <Ganga.GPIDev.Base.Proxy.ProxyDataDescriptor object at ...
|
|
env = <Ganga.GPIDev.Base.Proxy.ProxyDataDescriptor object at 0...
|
|
exe = <Ganga.GPIDev.Base.Proxy.ProxyDataDescriptor object at 0...
|
|
id = <Ganga.GPIDev.Base.Proxy.ProxyDataDescriptor object at 0x...
|
|
tasks_id = <Ganga.GPIDev.Base.Proxy.ProxyDataDescriptor object...
|
Inherited from object :
__class__
|
__init__(self,
*args,
**kwds)
(Constructor)
| source code
|
GPI ExecutableTask object constructor: ExecutableTask() : create
executabletask with default settings; ExecutableTask(e) : make a copy of
e; ExecutableTask(e,x=a,...): make a copy of e and set property 'x' to a,
etc..
- Overrides:
object.__init__
|
Return an short representation of ExecutableTask object.
- Overrides:
object.__repr__
|
Set a property of ExecutableTask 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 ExecutableTask object as a tree
of properties.
- Overrides:
object.__str__
|
args
- Value:
<Ganga.GPIDev.Base.Proxy.ProxyDataDescriptor object at 0x1cb1890>
|
|
env
- Value:
<Ganga.GPIDev.Base.Proxy.ProxyDataDescriptor object at 0x1cb1a10>
|
|
exe
- Value:
<Ganga.GPIDev.Base.Proxy.ProxyDataDescriptor object at 0x1cb1910>
|
|
id
- Value:
<Ganga.GPIDev.Base.Proxy.ProxyDataDescriptor object at 0x1cb1990>
|
|
tasks_id
- Value:
<Ganga.GPIDev.Base.Proxy.ProxyDataDescriptor object at 0x1cb1810>
|
|