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

Method open_recent_file

Lib/idlelib/editor.py:990–991  ·  view source on GitHub ↗
(fn_closure=file_name)

Source from the content-addressed store, hash-verified

988
989 def __recent_file_callback(self, file_name):
990 def open_recent_file(fn_closure=file_name):
991 self.io.open(editFile=fn_closure)
992 return open_recent_file
993
994 def saved_change_hook(self):

Callers

nothing calls this directly

Calls 1

openMethod · 0.45

Tested by

no test coverage detected