| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
AttributeDef --+
|
AtomicAttribute --+
|
UnicodeAttribute
An attribute definition for an item containing a unicode string.
In addition to AtomicAttribute's keywords, you can use ``strip`` (default false) to have leading and trailing whitespace be removed on parse. (Unparsing will not add it back).
You can also add ``expand`` (default False) to have UnicodeAttribute try and expand RD macros on the instance passed in. This of course only works if the attribute lives on a class that is a MacroPackage.
| Instance Methods | |||
|
|||
|
|||
|
|||
|
|||
|
Inherited from Inherited from Inherited from |
|||
| Class Variables | |
typeDesc_ =
|
|
| Properties | |
|
Inherited from |
| Method Details |
x.__init__(...) initializes x; see help(type(x)) for signature
|
|
returns a typed python value for the string representation value. value can be expected to be a unicode string.
|
returns a typed python value for the string representation value. value can be expected to be a unicode string.
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Thu May 2 07:29:09 2019 | http://epydoc.sourceforge.net |