|
__init__(self,
filename,
env_config=None,
exclusive=True)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature |
source code
|
|
|
|
|
|
|
|
|
|
|
version_fix(self,
props,
version)
Currently we are assuming that all blocks without a 4.2.0 version are
bogus. |
source code
|
|
|
|
|
properties(self,
id=None,
filter_internal=False) |
source code
|
|
|
|
|
|
|
|
|
save(self)
Creates a fresh <icegrid> block (removing any unwanted
intra-element whitespace) and overwrites the file on disk. |
source code
|
|
|
|
|
|
|
|
|
|
|
clear_text(self,
p)
To prevent the accumulation of text outside of elements (including
whitespace) we walk the given element and remove tail from it and
it's children. |
source code
|
|
|
|
|
|
|
|
|
|
|
|
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
|