There was an error while loading. Please reload this page.
1 parent 359bf39 commit 0c1660eCopy full SHA for 0c1660e
1 file changed
dialoghelper/termskill.py
@@ -79,6 +79,8 @@
79
'add_msg', 'update_msg', 'del_msgs', 'msg_str_replace', 'msg_strs_replace', 'msg_replace_lines', 'msg_insert_line',
80
'msg_del_lines', 'msg_ast_replace', 'create_or_run_dialog', 'stop_dialog', 'realpath', 'list_dialogs']
81
82
+__pyskill_params__ = {'replace_params': ('start_line', 'end_line', 'n_matches', 're_filter', 'invert_filter', 'use_regex')}
83
+
84
def set_dialog(dname:str):
85
"Set active dialog path for subsequent calls (absolute, no `.ipynb`)"
86
dh_settings['dname'] = dname.removeprefix('/').removesuffix('.ipynb')
0 commit comments