Package Bio :: Package SeqIO :: Module _index :: Class SffDict
[hide private]
[frames] | no frames]

Class SffDict

source code

     object --+        
              |        
           dict --+    
                  |    
_IndexedSeqFileDict --+
                      |
                     SffDict
Known Subclasses:

Indexed dictionary like access to a Standard Flowgram Format (SFF) file.

Instance Methods [hide private]
 
_build(self)
Load any index block in the file, or build it the slow way (PRIVATE).
source code
 
__getitem__(self, key)
x[y]
source code

Inherited from _IndexedSeqFileDict: __init__, __repr__, __setitem__, __str__, clear, copy, fromkeys, get, get_raw, items, iteritems, pop, popitem, update, values

Inherited from dict: __cmp__, __contains__, __delitem__, __eq__, __ge__, __getattribute__, __gt__, __iter__, __le__, __len__, __lt__, __ne__, __new__, __sizeof__, has_key, iterkeys, itervalues, keys, setdefault, viewitems, viewkeys, viewvalues

Inherited from object: __delattr__, __format__, __reduce__, __reduce_ex__, __setattr__, __subclasshook__

Class Variables [hide private]

Inherited from dict: __hash__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

_build(self)

source code 

Load any index block in the file, or build it the slow way (PRIVATE).

Overrides: _IndexedSeqFileDict._build

__getitem__(self, key)
(Indexing operator)

source code 

x[y]

Overrides: dict.__getitem__
(inherited documentation)