Searched refs:ispythonsource (Results 1 – 4 of 4) sorted by relevance
35 self.assertFalse(w.ispythonsource('test.txt'))36 self.assertFalse(w.ispythonsource(__file__))
83 def ispythonsource(self, filename): member in OutputWindow
276 is_py_src = self.ispythonsource(filename)756 def ispythonsource(self, filename): member in EditorWindow783 if self.ispythonsource(self.io.filename):
1140 def ispythonsource(self, filename): member in PyShell