Indicates two atoms are bonded together.
|
__init__(self,
atom1=None,
atom2=None,
bond_type=None,
atom1_symop=None,
atom2_symop=None,
standard_res_bond=False,
**args)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature |
source code
|
|
|
|
|
|
|
get_partner(self,
atm)
Returns the other atom involved in the bond. |
source code
|
|
|
|
|
get_atom2(self)
Returns atom #2 of the pair of bonded atoms. |
source code
|
|
|
get_fragment1(self)
Returns the Fragment object of atom #1. |
source code
|
|
|
get_fragment2(self)
Returns the Fragment object of atom #2. |
source code
|
|
|
get_chain1(self)
Returns the Chain object of atom #1. |
source code
|
|
|
get_chain2(self)
Returns the Chain object of atom #2. |
source code
|
|
|
get_model1(self)
Returns the Model object of atom #1. |
source code
|
|
|
get_model2(self)
Returns the Structure object of atom #2. |
source code
|
|
|
get_structure1(self)
Returns the Structure object of atom #1. |
source code
|
|
|
get_structure2(self)
Returns the Structure object of atom #2. |
source code
|
|
|
calc_length(self)
Returns the length of the bond. |
source code
|
|
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__sizeof__ ,
__subclasshook__
|