Initializers
| Name | Type | Description |
|---|
Static Functions
| Name | Description |
|---|---|
any_value | Produces a lazy token from an untyped value. |
list_value | Returns a list-ified token for a lazy value. |
number_value | Returns a numberified token for a lazy value. |
string_value | Returns a stringified token for a lazy value. |
any_value
producerRequired
- Type: IAnyProducer
display_hintOptional
- Type: str
- Default: No hint
omit_empty_arrayOptional
- Type: bool
- Default: false
list_value
producerRequired
- Type: IListProducer
display_hintOptional
- Type: str
- Default: No hint
omit_emptyOptional
- Type: bool
- Default: false
number_value
producerRequired
- Type: INumberProducer
string_value
producerRequired
- Type: IStringProducer
display_hintOptional
- Type: str
- Default: No hint