Home | Trees | Indices | Help |
---|
|
object --+ | GPIProxyObject --+ | Lib.Mergers.Merger.AbstractMerger._proxyClass
The idea behind this class is to put all of the checking and user interaction in this class, and then use a very simple stateless merge_tool to actually do the relevant merge. The Abstract label is perhaps misleading, but I intend all Merger objects to inherit from this. Properties: files A list of files to merge.. (simple property, list, default=[],comparable) ignorefailed Jobs that are in the failed or killed states will be excluded from the merge when this flag is set to True.. (simple property, default=False,comparable) overwrite The default behaviour for this Merger object. Will overwrite output files.. (simple property, default=False,comparable)
|
|||
_impl This is a Ganga.GPI.AbstractMerger implementation class. |
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from |
|
|||
files = <Ganga.GPIDev.Base.Proxy.ProxyDataDescriptor object at
|
|||
ignorefailed = <Ganga.GPIDev.Base.Proxy.ProxyDataDescriptor ob
|
|||
overwrite = <Ganga.GPIDev.Base.Proxy.ProxyDataDescriptor objec
|
|
|||
Inherited from |
|
GPI AbstractMerger object constructor: AbstractMerger() : create abstractmerger with default settings; AbstractMerger(a) : make a copy of a; AbstractMerger(a,x=a,...): make a copy of a and set property 'x' to a, etc..
|
Return an short representation of AbstractMerger object.
|
Set a property of AbstractMerger with consistency and safety checks. Setting a [protected] or a unexisting property raises AttributeError.
|
Return a printable string representing AbstractMerger object as a tree of properties.
|
|
files
|
ignorefailed
|
overwrite
|
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Mon Jun 25 10:35:21 2012 | http://epydoc.sourceforge.net |