| Trees | Indices | Help |
|
|---|
|
|
object --+
|
??.instance --+
|
_ROAtomSeq
Read-only sequence of atoms, not constructable from Python.
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from |
|||
|
|||
__getitem__( (_ROAtomSeq)arg1, (int)arg2) -> Atom :
C++ signature :
RDKit::Atom* __getitem__(RDKit::ReadOnlySeq<RDKit::AtomIterator_<RDKit::Atom, RDKit::ROMol>, RDKit::Atom*> {lvalue},int)
|
Raises an exception This class cannot be instantiated from Python
|
__iter__( (_ROAtomSeq)arg1) -> _ROAtomSeq :
C++ signature :
RDKit::ReadOnlySeq<RDKit::AtomIterator_<RDKit::Atom, RDKit::ROMol>, RDKit::Atom*>* __iter__(RDKit::ReadOnlySeq<RDKit::AtomIterator_<RDKit::Atom, RDKit::ROMol>, RDKit::Atom*> {lvalue})
|
__len__( (_ROAtomSeq)arg1) -> int :
C++ signature :
int __len__(RDKit::ReadOnlySeq<RDKit::AtomIterator_<RDKit::Atom, RDKit::ROMol>, RDKit::Atom*> {lvalue})
|
|
next( (_ROAtomSeq)arg1) -> Atom :
C++ signature :
RDKit::Atom* next(RDKit::ReadOnlySeq<RDKit::AtomIterator_<RDKit::Atom, RDKit::ROMol>, RDKit::Atom*> {lvalue})
|
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 | http://epydoc.sourceforge.net |