MCPcopy Create free account
hub / github.com/ELMERIKH/PyinMemoryPE / raw_input

Method raw_input

windows/utils/winutils.py:283–285  ·  view source on GitHub ↗
(self, prompt=">>>")

Source from the content-addressed store, hash-verified

281
282class FixedInteractiveConsole(code.InteractiveConsole):
283 def raw_input(self, prompt=">>>"):
284 sys.stdout.write(prompt)
285 return raw_input("")
286
287
288def pop_shell(locs=None):

Callers

nothing calls this directly

Calls 1

writeMethod · 0.45

Tested by

no test coverage detected