Verb
- class TagScriptEngine.verb.Verb(verb_string: str | None = None, *, limit: int = 2000, dot_parameter: bool = False)[source]
Bases:
objectRepresents the passed TagScript block.
- Parameters:
Example
Below is a visual representation of a block and its attributes:
{declaration(parameter):payload} # dot_parameter = True {declaration.parameter:payload}