Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ finish
Method
finish
Lib/_pyrepl/completing_reader.py:298–300 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
296
return
screen
297
298
def
finish(self) -> None:
299
super().finish()
300
self.cmpltn_reset()
301
302
def
cmpltn_reset(self) -> None:
303
self.cmpltn_menu = []
Callers
nothing calls this directly
Calls
2
cmpltn_reset
Method · 0.95
super
Class · 0.85
Tested by
no test coverage detected