Trees | Indices | Help |
---|
|
Docstring
Version: $Revision: 1.4 $
|
|||
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 Mon Sep 15 09:24:42 2008 | http://epydoc.sourceforge.net |