MCPcopy Index your code
hub / github.com/ipython/ipython / input

Function input

IPython/utils/py3compat.py:49–50  ·  view source on GitHub ↗
(prompt="")

Source from the content-addressed store, hash-verified

47# keep reference to builtin_mod because the kernel overrides that value
48# to forward requests to a frontend.
49def input(prompt=""):
50 return builtin_mod.input(prompt)
51
52
53def execfile(fname, glob, loc=None, compiler=None):

Callers 4

promptMethod · 0.90
ask_yes_noFunction · 0.85
cmdloopMethod · 0.85
defaultMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…