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

Method updaterecentfileslist

Lib/idlelib/iomenu.py:392–395  ·  view source on GitHub ↗

Update recent file list on all editor windows

(self,filename)

Source from the content-addressed store, hash-verified

390 return filename
391
392 def updaterecentfileslist(self,filename):
393 "Update recent file list on all editor windows"
394 if self.editwin.flist:
395 self.editwin.update_recent_files_list(filename)
396
397
398def _io_binding(parent): # htest #

Callers 3

loadfileMethod · 0.95
save_asMethod · 0.95
save_a_copyMethod · 0.95

Calls 1

Tested by

no test coverage detected