Home
last modified time | relevance | path

Searched refs:ispythonsource (Results 1 – 4 of 4) sorted by relevance

/third_party/python/Lib/idlelib/idle_test/
Dtest_outwin.py35 self.assertFalse(w.ispythonsource('test.txt'))
36 self.assertFalse(w.ispythonsource(__file__))
/third_party/python/Lib/idlelib/
Doutwin.py83 def ispythonsource(self, filename): member in OutputWindow
Deditor.py276 is_py_src = self.ispythonsource(filename)
756 def ispythonsource(self, filename): member in EditorWindow
783 if self.ispythonsource(self.io.filename):
Dpyshell.py1140 def ispythonsource(self, filename): member in PyShell