MCPcopy
hub / github.com/t3l3machus/hoaxshell / rst_prompt

Function rst_prompt

hoaxshell.py:230–234  ·  view source on GitHub ↗
(force_rst = False, prompt = prompt, prefix = '\r')

Source from the content-addressed store, hash-verified

228
229
230def rst_prompt(force_rst = False, prompt = prompt, prefix = '\r'):
231
232 if Hoaxshell.rst_promt_required or force_rst:
233 sys.stdout.write(prefix + prompt + gnureadline.get_line_buffer())
234 Hoaxshell.rst_promt_required = False
235
236
237# -------------- Tunneling Server -------------- #

Callers 3

print_warningMethod · 0.70
do_POSTMethod · 0.70
mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected