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

Method long_title

Lib/idlelib/editor.py:1038–1039  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1036 return os.path.basename(filename) if filename else "untitled"
1037
1038 def long_title(self):
1039 return self.io.filename or ""
1040
1041 def center_insert_event(self, event):
1042 self.center()

Callers 1

saved_change_hookMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected