|
__init__(self,
text,
extra=global_settings.applications_parent,
allowed=global_settings.applications_parent,
sep=' p ' )
x.__init__(...) initializes x; see x.__class__.__doc__ for
signature |
source code
|
|
|
xml(self)
calls the gluon.contrib.markmin render function to convert the
wiki syntax |
source code
|
|
|
|
|
flatten(self,
render=global_settings.applications_parent)
return the text stored by the MARKMIN object rendered by the
render function |
source code
|
|
|
elements(self,
*args,
**kargs)
to be considered experimental since the behavior of this method is
questionable another options could be
TAG(self.text).elements(*args,**kargs) |
source code
|
|
Inherited from object :
__delattr__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__
|