qwikstart.operations.find_tag_and_insert_text module¶
-
class
qwikstart.operations.find_tag_and_insert_text.Operation(local_context: Optional[Mapping[str, Any]] = None, opconfig: Optional[Dict[str, Any]] = None, description: str = '')¶ Bases:
qwikstart.operations.base.BaseOperationOperation to find a tag and insert text below that tag.
This is a simple combination of the
find_tagged_lineandinsert_textoperations.See https://qwikstart.readthedocs.io/en/latest/operations/find_tag_and_insert_text.html # noqa
-
get_text(context: qwikstart.operations.find_tag_and_insert_text.Context, column: int) → str¶
-
name: str = 'find_tag_and_insert_text'¶
-
run(context: qwikstart.operations.find_tag_and_insert_text.Context) → None¶ Override with action
-