MCPcopy Index your code
hub / github.com/python/cpython / rl

Function rl

Lib/test/audit-tests.py:205–209  ·  view source on GitHub ↗
(name)

Source from the content-addressed store, hash-verified

203 readline = None
204
205 def rl(name):
206 if readline:
207 return getattr(readline, name, None)
208 else:
209 return None
210
211 # Try a range of "open" functions.
212 # All of them should fail

Callers 1

test_openFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected