Trees | Indices | Help |
---|
|
A set of generic bits of code under Bio.GFF (possibly obsolete).
Version: $Revision: 1.6 $
|
|||
AppendableListDictionary a dictionary of lists |
|||
ForgivingDictionary | |||
VerboseDict | |||
VerboseList | |||
TempFile | |||
SurrogateNotInitedError | |||
Surrogate the data is stored in _data |
|||
ArgsParser |
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|
Returns 1 if x is a tuple or list (sequence types that can nest) Returns 0 otherwise >>> is_nestable("string") 0 >>> is_nestable((0,)) 1 >>> is_nestable(range(5)) 1 |
Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Tue Sep 22 19:52:21 2009 | http://epydoc.sourceforge.net |