Package schrodinger :: Package application :: Package desmond :: Package packages :: Package msys :: Module _msys :: Class Provenance
[hide private]
[frames] | no frames]

Class Provenance

 object --+    
          |    
??.instance --+
              |
             Provenance

Instance Methods [hide private]
 
__init__(...)
__init__( (object)arg1) -> None :
 
__reduce__(...)
helper for pickle

Inherited from unreachable.instance: __new__

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Static Methods [hide private]
 
fromArgs(...)
fromArgs( (object)arg1) -> Provenance :
Class Variables [hide private]
  __instance_size__ = 64
Properties [hide private]
  cmdline
  executable
  timestamp
  user
  version
  workdir

Inherited from object: __class__

Method Details [hide private]

__init__(...)
(Constructor)

 

__init__( (object)arg1) -> None :

    C++ signature :
        void __init__(_object*)

Overrides: object.__init__

__reduce__(...)

 

helper for pickle

Overrides: object.__reduce__
(inherited documentation)

fromArgs(...)
Static Method

 

fromArgs( (object)arg1) -> Provenance :

    C++ signature :
        desres::msys::Provenance fromArgs(boost::python::api::object)


Property Details [hide private]

cmdline

Get Method:
unreachable(...)
Set Method:
unreachable(...)

executable

Get Method:
unreachable(...)
Set Method:
unreachable(...)

timestamp

Get Method:
unreachable(...)
Set Method:
unreachable(...)

user

Get Method:
unreachable(...)
Set Method:
unreachable(...)

version

Get Method:
unreachable(...)
Set Method:
unreachable(...)

workdir

Get Method:
unreachable(...)
Set Method:
unreachable(...)