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 | 84 def ispythonsource(self, filename): member in OutputWindow |
| D | pyshell.py | 1036 def ispythonsource(self, filename): member in PyShell |
| D | editor.py | 730 def ispythonsource(self, filename): member in EditorWindow |