Package Chem :: Module rdchem :: Class _ROAtomSeq
[hide private]
[frames] | no frames]

Class _ROAtomSeq



 object --+    
          |    
??.instance --+
              |
             _ROAtomSeq

Read-only sequence of atoms, not constructable from Python.



Instance Methods [hide private]
 
__getitem__(...)
__getitem__( (_ROAtomSeq)arg1, (int)arg2) -> Atom :...
 
__init__(...)
Raises an exception...
 
__len__(...)
__len__( (_ROAtomSeq)arg1) -> int :...
 
__reduce__(...)
helper for pickle

Inherited from unreachable.instance: __new__

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

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__getitem__(...)
(Indexing operator)

 

__getitem__( (_ROAtomSeq)arg1, (int)arg2) -> Atom :

    C++ signature :
        RDKit::Atom* __getitem__(RDKit::ReadOnlySeq<RDKit::AtomIterator_<RDKit::Atom, RDKit::ROMol, boost::vec_adj_list_vertex_property_map<boost::adjacency_list<boost::vecS, boost::vecS, boost::undirectedS, boost::property<RDKit::vertex_atom_t, RDKit::Atom*, boost::no_property>, boost::property<RDKit::edge_bond_t, RDKit::Bond*, boost::property<RDKit::edge_wght_t, double, boost::no_property> >, boost::no_property, boost::listS>, boost::adjacency_list<boost::vecS, boost::vecS, boost::undirectedS, boost::property<RDKit::vertex_atom_t, RDKit::Atom*, boost::no_property>, boost::property<RDKit::edge_bond_t, RDKit::Bond*, boost::property<RDKit::edge_wght_t, double, boost::no_property> >, boost::no_property, boost::listS>*, RDKit::Atom*, RDKit::Atom*&, RDKit::vertex_atom_t> >, RDKit::Atom*> {lvalue},int)

__init__(...)
(Constructor)

 
Raises an exception
This class cannot be instantiated from Python

Overrides: object.__init__

__len__(...)
(Length operator)

 

__len__( (_ROAtomSeq)arg1) -> int :

    C++ signature :
        int __len__(RDKit::ReadOnlySeq<RDKit::AtomIterator_<RDKit::Atom, RDKit::ROMol, boost::vec_adj_list_vertex_property_map<boost::adjacency_list<boost::vecS, boost::vecS, boost::undirectedS, boost::property<RDKit::vertex_atom_t, RDKit::Atom*, boost::no_property>, boost::property<RDKit::edge_bond_t, RDKit::Bond*, boost::property<RDKit::edge_wght_t, double, boost::no_property> >, boost::no_property, boost::listS>, boost::adjacency_list<boost::vecS, boost::vecS, boost::undirectedS, boost::property<RDKit::vertex_atom_t, RDKit::Atom*, boost::no_property>, boost::property<RDKit::edge_bond_t, RDKit::Bond*, boost::property<RDKit::edge_wght_t, double, boost::no_property> >, boost::no_property, boost::listS>*, RDKit::Atom*, RDKit::Atom*&, RDKit::vertex_atom_t> >, RDKit::Atom*> {lvalue})

__reduce__(...)

 
helper for pickle

Overrides: object.__reduce__
(inherited documentation)