Skip to content

Commit 0c1660e

Browse files
committed
__pyskill_params__
1 parent 359bf39 commit 0c1660e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

dialoghelper/termskill.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,8 @@
7979
'add_msg', 'update_msg', 'del_msgs', 'msg_str_replace', 'msg_strs_replace', 'msg_replace_lines', 'msg_insert_line',
8080
'msg_del_lines', 'msg_ast_replace', 'create_or_run_dialog', 'stop_dialog', 'realpath', 'list_dialogs']
8181

82+
__pyskill_params__ = {'replace_params': ('start_line', 'end_line', 'n_matches', 're_filter', 'invert_filter', 'use_regex')}
83+
8284
def set_dialog(dname:str):
8385
"Set active dialog path for subsequent calls (absolute, no `.ipynb`)"
8486
dh_settings['dname'] = dname.removeprefix('/').removesuffix('.ipynb')

0 commit comments

Comments
 (0)