Searched refs:ispythonsource (Results 1 – 7 of 7) sorted by relevance
35 self.assertFalse(w.ispythonsource('test.txt'))36 self.assertFalse(w.ispythonsource(__file__))
21 def ispythonsource(self, filename): member in OutputWindow
331 self.set_indentation_params(self.ispythonsource(filename))708 def ispythonsource(self, filename): member in EditorWindow740 if self.ispythonsource(self.io.filename):1193 def set_indentation_params(self, ispythonsource, guess=True): argument1194 if guess and ispythonsource:
1035 def ispythonsource(self, filename): member in PyShell
84 def ispythonsource(self, filename): member in OutputWindow
258 is_py_src = self.ispythonsource(filename)730 def ispythonsource(self, filename): member in EditorWindow757 if self.ispythonsource(self.io.filename):
1036 def ispythonsource(self, filename): member in PyShell