|
|
__contains__(self,
id)
True if the child has the given id. |
source code
|
|
|
|
__getattr__(self,
method)
Forward the method call to the selected child. |
source code
|
|
|
|
__getitem__(self,
id)
Return the child with the given id. |
source code
|
|
|
|
__init__(self,
id)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature |
source code
|
|
|
|
__iter__(self)
Return the number of children. |
source code
|
|
|
|
__len__(self)
Return the number of children. |
source code
|
|
|
|
__setitem__(self,
id,
child)
Add a child, associated with a certain id. |
source code
|
|
|
|
__sub__(self,
other)
Subtraction with another object. |
source code
|
|
|
|
|
|
|
disordered_add(self,
child)
This is implemented by DisorderedAtom and DisorderedResidue. |
source code
|
|
|
|
|
|
|
disordered_get_id_list(self)
Return a list of id's. |
source code
|
|
|
|
disordered_get_list(self)
Return list of children. |
source code
|
|
|
|
disordered_has_id(self,
id)
True if there is an object present associated with this id. |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
is_disordered(self)
Return 2, indicating that this Entity is a collection of Entities. |
source code
|
|
|
|
set_parent(self,
parent)
Set the parent for the object and its children. |
source code
|
|
|
Inherited from object:
__delattr__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__str__
|