Home | Trees | Indices | Help |
---|
|
object --+ | GPIProxyObject --+ | Lib.File.File'.File._proxyClass
Represent the files, both local and remote and provide an interface to transparently get access to them. Typically in the context of job submission, the files are copied to the directory where the application runs on the worker node. The 'subdir' attribute influances the destination directory. The 'subdir' feature is not universally supported however and needs a review. Properties: name path to the file source. (simple property, default='',comparable) subdir destination subdirectory (a relative path). (simple property, default='.',comparable)
|
|||
_impl This is a Ganga.GPI.File implementation class. |
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from |
|
|||
name = <Ganga.GPIDev.Base.Proxy.ProxyDataDescriptor object at
|
|||
subdir = <Ganga.GPIDev.Base.Proxy.ProxyDataDescriptor object a
|
|
|||
Inherited from |
|
GPI File object constructor: File() : create file with default settings; File(f) : make a copy of f; File(f,x=a,...): make a copy of f and set property 'x' to a, etc..
|
Return an short representation of File object.
|
Set a property of File with consistency and safety checks. Setting a [protected] or a unexisting property raises AttributeError.
|
Return a printable string representing File object as a tree of properties.
|
|
name
|
subdir
|
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Mon Jun 25 10:35:19 2012 | http://epydoc.sourceforge.net |