Searched defs:ispythonsource (Results 1 – 6 of 6) sorted by relevance
| /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 |
| /external/python/cpython3/Lib/idlelib/ | ||
| D | outwin.py | 83 def ispythonsource(self, filename): member in OutputWindow |
| D | pyshell.py | 1140 def ispythonsource(self, filename): member in PyShell |
| D | editor.py | 757 def ispythonsource(self, filename): member in EditorWindow |