| 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 Sun May 3 17:14:11 2009 | http://epydoc.sourceforge.net |