MCPcopy Create free account
hub / github.com/eshirazi/python-with-braces / raw_input

Method raw_input

Lib/code.py:270–281  ·  view source on GitHub ↗

Write a prompt and read a line. The returned line does not include the trailing newline. When the user enters the EOF key sequence, EOFError is raised. The base implementation uses the built-in function raw_input(); a subclass may replace this with a different

(self, prompt="")

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

interactMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected