Home
last modified time | relevance | path

Searched defs:ispythonsource (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/python/cpython2/Lib/idlelib/
DOutputWindow.py21 def ispythonsource(self, filename): member in OutputWindow
DEditorWindow.py708 def ispythonsource(self, filename): member in EditorWindow
1193 def set_indentation_params(self, ispythonsource, guess=True): argument
DPyShell.py1035 def ispythonsource(self, filename): member in PyShell
/aosp_15_r20/external/python/cpython3/Lib/idlelib/
Doutwin.py83 def ispythonsource(self, filename): member in OutputWindow
Dpyshell.py1132 def ispythonsource(self, filename): member in PyShell
Deditor.py805 def ispythonsource(self, filename): member in EditorWindow