Home | Trees | Index | Help |
|
---|
Package mmLib :: Module mmCIF :: Class mmCIFData |
|
object
--+ |list
--+ | mmCIFData
mmCIFDB
,
mmCIFSave
Method Summary | |
---|---|
__init__(self,
name)
| |
__deepcopy__(self,
memo)
| |
Remove a mmCIFTable by index or table name. | |
__eq__(self,
other)
| |
__getattr__(self,
name)
| |
__getitem__(self,
x)
| |
__setitem__(self,
x,
table)
| |
__str__(self)
| |
Append a mmCIFTable. | |
get(self,
x,
default)
| |
Looks up and returns a stored mmCIFTable class by it's name. | |
Get. | |
has_key(self,
x)
| |
has_table(self,
x)
| |
insert(self,
i,
table)
| |
join_tag(self,
cif_table_name,
cif_column_name)
| |
Creates and returns a mmCIFTable object with the given name. | |
remove(self,
table)
| |
Set.x | |
split_tag(self,
tag)
| |
Inherited from list | |
x.__add__(y) <==> x+y | |
x.__contains__(y) <==> y in x | |
Use of negative indices is not supported. | |
x.__ge__(y) <==> x>=y | |
x.__getattribute__('name') <==> x.name | |
Use of negative indices is not supported. | |
x.__gt__(y) <==> x>y | |
x.__hash__() <==> hash(x) | |
x.__iadd__(y) <==> x+=y | |
x.__imul__(y) <==> x*=y | |
x.__iter__() <==> iter(x) | |
x.__le__(y) <==> x<=y | |
x.__len__() <==> len(x) | |
x.__lt__(y) <==> x<y | |
x.__mul__(n) <==> x*n | |
x.__ne__(y) <==> x!=y | |
T.__new__(S, ...) -> a new object with type S, a subtype of T | |
x.__repr__() <==> repr(x) | |
L.__reversed__() -- return a reverse iterator over the list | |
x.__rmul__(n) <==> n*x | |
Use of negative indices is not supported. | |
L.count(value) -> integer -- return number of occurrences of value | |
L.extend(iterable) -- extend list by appending elements from the iterable | |
L.index(value, [start, [stop]]) -> integer -- return first index of value | |
L.pop([index]) -> item -- remove and return item at index (default last) | |
L.reverse() -- reverse *IN PLACE* | |
L.sort(cmp=None, key=None, reverse=False) -- stable sort *IN PLACE*; cmp(x, y) -> -1, 0, 1 | |
Inherited from object | |
x.__delattr__('name') <==> del x.name | |
helper for pickle | |
helper for pickle | |
x.__setattr__('name', value) <==> x.name = value |
Class Variable Summary | |
---|---|
list |
__slots__ = ['name', 'file']
|
member_descriptor |
file = <member 'file' of 'mmCIFData' objects>
|
member_descriptor |
name = <member 'name' of 'mmCIFData' objects>
|
Method Details |
---|
__delitem__(self,
x)
Remove a mmCIFTable by index or table name.
|
append(self, table)Append a mmCIFTable. This will trigger the removal of any table with the same name.
|
get_table(self, name)Looks up and returns a stored mmCIFTable class by it's name. This name is the section key in the mmCIF file. |
get_tag(self, tag)Get. |
new_table(self, name, columns=None)Creates and returns a mmCIFTable object with the given name. The object is added to this object before it is returned. |
set_tag(self, tag, value)Set.x |
Class Variable Details |
---|
__slots__
|
file
|
name
|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Sun Apr 23 22:08:38 2006 | http://epydoc.sf.net |