saga.session = class session(object)
    saga::session type
 
 
Method resolution order:
session
object
Boost.Python.instance
__builtin__.object

Methods defined here:
__init__(...)
C++ signature:
    __init__(_object*) -> void*
C++ signature:
    __init__(_object*, bool) -> void*
add_context(...)
add a context to the list of contexts held by this session
C++ signature:
    add_context(saga::session {lvalue}, saga::context) -> void*
list_contexts(...)
list all contexts held by this session
C++ signature:
    list_contexts(saga::session {lvalue}) -> std::list<saga::context, std::allocator<saga::context> >
remove_context(...)
remove a context from the list of contexts held by this session
C++ signature:
    remove_context(saga::session {lvalue}, saga::context) -> void*

Data and other attributes defined here:
__instance_size__ = 16

Methods inherited from object:
clone(...)
create a deep copy of the object
C++ signature:
    clone(saga::object {lvalue}) -> saga::object
get_id(...)
returns the id of this instance
C++ signature:
    get_id(saga::object {lvalue}) -> saga::uuid
get_object_type_name(...)
return the name of a given object type
C++ signature:
    get_object_type_name(saga::object::type) -> std::string
get_session(...)
return the session associated with this object instance
C++ signature:
    get_session(saga::object {lvalue}) -> saga::session
get_type(...)
returns the type of this instance
C++ signature:
    get_type(saga::object {lvalue}) -> saga::object::type

Data descriptors inherited from object:
id
returns the id of this instance
session
return the session associated with this object instance
type
returns the type of this instance

Data and other attributes inherited from object:
Advert = saga._engine.object_type.Advert
AdvertDirectory = saga._engine.object_type.AdvertDirectory
Buffer = saga._engine.object_type.Buffer
Context = saga._engine.object_type.Context
Directory = saga._engine.object_type.Directory
Endpoint = saga._engine.object_type.Endpoint
Exception = saga._engine.object_type.Exception
File = saga._engine.object_type.File
IOVec = saga._engine.object_type.IOVec
Job = saga._engine.object_type.Job
JobDescription = saga._engine.object_type.JobDescription
JobSelf = saga._engine.object_type.JobSelf
JobService = saga._engine.object_type.JobService
LogicalDirectory = saga._engine.object_type.LogicalDirectory
LogicalFile = saga._engine.object_type.LogicalFile
Metric = saga._engine.object_type.Metric
Msg = saga._engine.object_type.Msg
NSDirectory = saga._engine.object_type.NSDirectory
NSEntry = saga._engine.object_type.NSEntry
Parameter = saga._engine.object_type.Parameter
RPC = saga._engine.object_type.RPC
Session = saga._engine.object_type.Session
Stream = saga._engine.object_type.Stream
StreamService = saga._engine.object_type.StreamService
Task = saga._engine.object_type.Task
TaskContainer = saga._engine.object_type.TaskContainer
URL = saga._engine.object_type.URL
object_type = <class 'saga.saga._engine.object_type'>

Data descriptors inherited from Boost.Python.instance:
__dict__
__weakref__

Data and other attributes inherited from Boost.Python.instance:
__new__ = <built-in method __new__ of Boost.Python.class object at 0x194a2c0>
T.__new__(S, ...) -> a new object with type S, a subtype of T