Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/idlelib/idle_test/
Dtest_outwin.py35 self.assertFalse(w.ispythonsource('test.txt'))
36 self.assertFalse(w.ispythonsource(__file__))
/external/python/cpython2/Lib/idlelib/
DOutputWindow.py21 def ispythonsource(self, filename): member in OutputWindow
DEditorWindow.py331 self.set_indentation_params(self.ispythonsource(filename))
708 def ispythonsource(self, filename): member in EditorWindow
740 if self.ispythonsource(self.io.filename):
1193 def set_indentation_params(self, ispythonsource, guess=True): argument
1194 if guess and ispythonsource:
DPyShell.py1035 def ispythonsource(self, filename): member in PyShell
/external/python/cpython3/Lib/idlelib/
Doutwin.py84 def ispythonsource(self, filename): member in OutputWindow
Deditor.py258 is_py_src = self.ispythonsource(filename)
730 def ispythonsource(self, filename): member in EditorWindow
757 if self.ispythonsource(self.io.filename):
Dpyshell.py1036 def ispythonsource(self, filename): member in PyShell