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

Class component_t

 object --+    
          |    
??.instance --+
              |
             component_t

Instance Methods [hide private]
 
__init__(...)
Raises an exception This class cannot be instantiated from Python
 
__reduce__(...)
helper for pickle
 
add(...)
add( (component_t)arg1, (str)arg2, (object)arg3) -> None :
 
get(...)
get( (component_t)arg1, (str)arg2) -> object :
 
keys(...)
keys( (component_t)arg1) -> list :
 
remove(...)
remove( (component_t)arg1, (str)arg2) -> None :
 
set(...)
set( (component_t)arg1, (str)arg2, (object)arg3) -> None :
 
type(...)
type( (component_t)arg1, (str)arg2) -> object :

Inherited from unreachable.instance: __new__

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

Properties [hide private]
  name

Inherited from object: __class__

Method Details [hide private]

__init__(...)
(Constructor)

 

Raises an exception This class cannot be instantiated from Python

Overrides: object.__init__

__reduce__(...)

 

helper for pickle

Overrides: object.__reduce__
(inherited documentation)

add(...)

 

add( (component_t)arg1, (str)arg2, (object)arg3) -> None :

    C++ signature :
        void add(desres::msys::component_t {lvalue},std::string,boost::python::api::object)

get(...)

 

get( (component_t)arg1, (str)arg2) -> object :

    C++ signature :
        boost::python::api::object get(desres::msys::component_t {lvalue},std::string)

keys(...)

 

keys( (component_t)arg1) -> list :

    C++ signature :
        boost::python::list keys(desres::msys::component_t {lvalue})

remove(...)

 

remove( (component_t)arg1, (str)arg2) -> None :

    C++ signature :
        void remove(desres::msys::component_t {lvalue},std::string)

set(...)

 

set( (component_t)arg1, (str)arg2, (object)arg3) -> None :

    C++ signature :
        void set(desres::msys::component_t {lvalue},std::string,boost::python::api::object)

type(...)

 

type( (component_t)arg1, (str)arg2) -> object :

    C++ signature :
        _object* type(desres::msys::component_t {lvalue},std::string)


Property Details [hide private]

name

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