- Implements: IResolvable
Initializers
| Name | Type | Description |
|---|
Methods
| Name | Description |
|---|---|
add_post_processor | No description. |
resolve | Produce the Token’s value at resolution time. |
to_jso_n | Turn this Token into JSON. |
to_string | Return a string representation of this resolvable object. |
add_post_processor
post_processorRequired
- Type: IPostProcessor
resolve
contextRequired
- Type: IResolveContext
to_jso_n
to_string
Properties
| Name | Type | Description |
|---|---|---|
creation_stack | typing.List[str] | The creation stack of this resolvable which will be appended to errors thrown during resolution. |
creation_stackRequired
- Type: typing.List[str]