MCPcopy Create free account
hub / github.com/ipython/ipython / input

Function input

IPython/utils/py3compat.py:146–147  ·  view source on GitHub ↗
(prompt='')

Source from the content-addressed store, hash-verified

144# keep reference to builtin_mod because the kernel overrides that value
145# to forward requests to a frontend.
146def input(prompt=''):
147 return builtin_mod.input(prompt)
148
149builtin_mod_name = "builtins"
150import builtins as builtin_mod

Callers 5

promptMethod · 0.90
__call__Method · 0.90
get_auth_tokenFunction · 0.85
ask_yes_noFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected