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

Method __recent_file_callback

Lib/idlelib/editor.py:989–992  ·  view source on GitHub ↗
(self, file_name)

Source from the content-addressed store, hash-verified

987 underline=0)
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):
995 short = self.short_title()

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected