| Method Summary |
| |
__init__(self,
sheet_id,
**args)
|
| |
__str__(self)
|
| |
add_strand(self,
strand)
Adds a Segment instance. |
| |
construct_segments(self)
Calls Strand.construct_segment() on all child Strand objects. |
| |
get_model(self)
REturns the parent Model object. |
| |
get_structure(self)
Returns the parent Structure object. |
| |
iter_all_atoms(self)
Iterates all Atom objects plus any in non-default alt_loc
conformations. |
| |
iter_atoms(self)
Iterates all Atom objects. |
| |
iter_fragments(self)
Iterates over all Fragment objects. |
| |
iter_strands(self)
Iterates over all child Strands objects. |
| Inherited from object |
| |
__delattr__(...)
x.__delattr__('name') <==> del x.name |
| |
__getattribute__(...)
x.__getattribute__('name') <==> x.name |
| |
__hash__(x)
x.__hash__() <==> hash(x) |
| |
__new__(T,
S,
...)
T.__new__(S, ...) -> a new object with type S, a subtype of T |
| |
__reduce__(...)
helper for pickle |
| |
__reduce_ex__(...)
helper for pickle |
| |
__repr__(x)
x.__repr__() <==> repr(x) |
| |
__setattr__(...)
x.__setattr__('name', value) <==> x.name = value |