Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
282
class
FixedInteractiveConsole(code.InteractiveConsole):
283
def
raw_input(self, prompt=
">>>"
):
284
sys.stdout.write(prompt)
285
return
raw_input(
""
)
286
287
288
def
pop_shell(locs=None):
Callers
nothing calls this directly
Calls
1
write
Method · 0.45
Tested by
no test coverage detected