IStringProducer
- Implemented By: IStringProducer
Interface for lazy string producers.
Methods
Name | Description |
---|---|
produce |
Produce the string value. |
produce
def produce(
context: IResolveContext
) -> str
Produce the string value.
- Type: IResolveContext