text_lint.operations.lookups.parsers.lookup_expressions.ParsedLookup
- class text_lint.operations.lookups.parsers.lookup_expressions.ParsedLookup(name: str, params: List[str | int])[Quellcode]
Bases:
objectA parsed lookup operation with its parameters.
- __init__(name: str, params: List[str | int]) None[Quellcode]
Instantiate ParsedLookup instances.
- Parameter:
name (str) – The name of the lookup operation.
params (List[str | int]) – A list of parameters for this lookup operation.