Home | Trees | Indices | Help |
|
---|
|
object --+ | attrdef.AttributeDef --+ | attrdef.AtomicAttribute --+ | attrdef.UnicodeAttribute --+ | DataContent
A magic attribute that allows character content to be added to a structure.
You can configure it with all the arguments available for UnicodeAttribute.
Since parsers may call characters with an empty string for empty elements, the empty string will not be fed (i.e., the default will be preserved). This makes setting an empty string as an element content impossible (you could use DataContent with strip=True, though), but that's probably not a problem.
Instance Methods | |||
|
|||
|
|||
|
|||
Inherited from Inherited from Inherited from Inherited from |
Class Variables | |
typeDesc_ =
|
Properties | |
Inherited from |
Method Details |
x.__init__(...) initializes x; see help(type(x)) for signature
|
|
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Thu May 2 07:29:09 2019 | http://epydoc.sourceforge.net |