Searched refs:ispythonsource (Results 1 – 4 of 4) sorted by relevance
40 self.assertFalse(w.ispythonsource('test.txt'))41 self.assertFalse(w.ispythonsource(__file__))
83 def ispythonsource(self, filename): member in OutputWindow
289 is_py_src = self.ispythonsource(filename)806 def ispythonsource(self, filename): member in EditorWindow833 if self.ispythonsource(self.io.filename):
1127 def ispythonsource(self, filename): member in PyShell