Package schrodinger :: Module structure :: Class _StructureBondContainer
[hide private]
[frames] | no frames]

Class _StructureBondContainer

object --+
         |
        _StructureBondContainer

The class to provide access to _StructureBond instances for each bond in the structure.

Instance Methods [hide private]
 
__init__(self, ct)
Initialize with a Structure.
 
__iter__(self)
Provide iteration access.
 
__len__(self)
Return the total number of bonds in the Structure

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

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, ct)
(Constructor)

 

Initialize with a Structure.

Overrides: object.__init__