Package saga :: Package cpr :: Module _cpr :: Class description
[hide private]
[frames] | no frames]

Class description

  object --+            
           |            
 ??.instance --+        
               |        
  _engine.object --+    
                   |    
job._job.description --+
                       |
                      description

Nested Classes [hide private]

Inherited from _engine.object: object_type

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

Inherited from job._job.description: attribute_exists, attribute_is_readonly, attribute_is_removable, attribute_is_vector, attribute_is_writable, find_attributes, get_attribute, get_vector_attribute, list_attributes, remove_attribute, set_attribute, set_vector_attribute

Inherited from _engine.object: __reduce__, clone, get_id, get_object_type_name, get_session, get_type

Inherited from unreachable.instance: __new__

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

Class Variables [hide private]

Inherited from _engine.object: Advert, AdvertDirectory, Buffer, Context, Directory, Endpoint, Exception, File, IOVec, Job, JobDescription, JobSelf, JobService, LogicalDirectory, LogicalFile, Metric, Msg, NSDirectory, NSEntry, Parameter, RPC, Session, Stream, StreamService, Task, TaskContainer, URL, __instance_size__

Properties [hide private]

Inherited from job._job.description: arguments, candidate_hosts, cleanup, cpu_architecture, environment, error, executable, file_transfer, input, interactive, job_contact, job_start_time, number_of_processes, operating_system_type, output, processes_per_host, queue, spmd_variation, threads_per_process, total_cpu_count, total_cpu_time, total_physical_memory, working_directory

Inherited from _engine.object: id, session, type

Inherited from object: __class__

Method Details [hide private]

__init__(...)
(Constructor)

 

__init__( (object)arg1) -> None :

    C++ signature :
        void __init__(_object*)

Overrides: object.__init__