text_lint.results.cursor.ResultTreeCursor
- class text_lint.results.cursor.ResultTreeCursor[source]
Bases:
objectRepresents a location within a ResultForest instance.
- clone() ResultTreeCursor[source]
Create a nested copy of all trees at the specified location.
- Returns:
A cloned copy of the current cursor object.
- Return type:
- property location: List[ResultTree | AliasResultForestCursor]
Return the current location within the ResultForest instance.