|
__init__(self,
data,
header=None,
longListThreshold=20,
useFixedType=True)
x.__init__(...) initializes x; see help(type(x)) for signature |
source code
|
|
|
__quoteString(self,
val)
Quote the string if it contains illegal characters |
source code
|
|
|
|
|
makeString(self,
firstLevel=False)
turns the data into a string |
source code
|
|
|
strDict(self,
dic,
indent=0,
firstLevel=False) |
source code
|
|
|
|
|
|
|
|
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__sizeof__ ,
__subclasshook__
|