Home | Trees | Indices | Help |
|
---|
|
object --+ | cscRoot --+ | ContentState_mixin --+ | AllState
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from |
|
|||
__activeChoice = None hash(x) |
|||
__needRetry = False
|
|
|||
Inherited from |
|
x.__init__(...) initializes x; see help(type(x)) for signature
|
Determine whether the provided value can be added to the instance without violating state validation. This method must not throw any non-catastrophic exceptions; general
failures should be transformed to a
|
Determine whether the deep state is complete without further elements. No-op for non-aggregate state. For aggregate state, all contained particles should be checked to see whether the overall model can be satisfied if no additional elements are provided. This method does not have a meaningful return value; violations of the content model should produce the corresponding exception (generally, MissingContentError).
|
Invoked by a sub-state to indicate that validation cannot proceed in the current state. Normally this is used when an intermediate content model must reset itself to permit alternative models to be evaluated.
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Fri Jun 15 14:42:42 2012 | http://epydoc.sourceforge.net |