Searched defs:ispythonsource (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/external/python/cpython2/Lib/idlelib/ | ||
D | OutputWindow.py | 21 def ispythonsource(self, filename): member in OutputWindow |
D | EditorWindow.py | 708 def ispythonsource(self, filename): member in EditorWindow |
D | PyShell.py | 1035 def ispythonsource(self, filename): member in PyShell |
/aosp_15_r20/external/python/cpython3/Lib/idlelib/ | ||
D | outwin.py | 83 def ispythonsource(self, filename): member in OutputWindow |
D | pyshell.py | 1132 def ispythonsource(self, filename): member in PyShell |
D | editor.py | 805 def ispythonsource(self, filename): member in EditorWindow |