Home | Trees | Indices | Help |
|
---|
|
object --+ | base.parsecontext.ParseContext --+ | RDParseContext
is a parse context for RDs.
It defines a couple of attributes that structures can ask for (however, it's good practice not to rely on their presence in case someone wants to parse XML snippets with a standard parse context, so use getattr(ctx, "doQueries", True) or somesuch.
Instance Methods | |||
|
|||
Inherited from Inherited from |
Class Methods | |||
|
Properties | |
failuresAreCacheable returns true if failures produced with this context should be cached. |
|
Inherited from Inherited from |
Method Details |
x.__init__(...) initializes x; see help(type(x)) for signature
|
Property Details |
failuresAreCacheablereturns true if failures produced with this context should be cached. This is not the case with restricted parses.
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Thu May 2 07:29:09 2019 | http://epydoc.sourceforge.net |