HomeSort by relevance Sort by last modified time
    Searched refs:ispythonsource (Results 1 - 18 of 18) sorted by null

  /external/python/cpython2/Lib/idlelib/
OutputWindow.py 21 def ispythonsource(self, filename): member in class:OutputWindow
EditorWindow.py 331 self.set_indentation_params(self.ispythonsource(filename))
708 def ispythonsource(self, filename): member in class:EditorWindow
740 if self.ispythonsource(self.io.filename):
    [all...]
PyShell.py 1035 def ispythonsource(self, filename): member in class:PyShell
    [all...]
  /external/python/cpython3/Lib/idlelib/
outwin.py 24 def ispythonsource(self, filename): member in class:OutputWindow
editor.py 249 is_py_src = self.ispythonsource(filename)
635 def ispythonsource(self, filename): member in class:EditorWindow
662 if self.ispythonsource(self.io.filename):
    [all...]
pyshell.py 1013 def ispythonsource(self, filename): member in class:PyShell
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
OutputWindow.py 21 def ispythonsource(self, filename): member in class:OutputWindow
EditorWindow.py 329 self.set_indentation_params(self.ispythonsource(filename))
702 def ispythonsource(self, filename): member in class:EditorWindow
734 if self.ispythonsource(self.io.filename):
    [all...]
PyShell.py 1013 def ispythonsource(self, filename): member in class:PyShell
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
OutputWindow.py 21 def ispythonsource(self, filename): member in class:OutputWindow
EditorWindow.py 329 self.set_indentation_params(self.ispythonsource(filename))
702 def ispythonsource(self, filename): member in class:EditorWindow
734 if self.ispythonsource(self.io.filename):
    [all...]
PyShell.py 1013 def ispythonsource(self, filename): member in class:PyShell
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
OutputWindow.py 21 def ispythonsource(self, filename): member in class:OutputWindow
EditorWindow.py 329 self.set_indentation_params(self.ispythonsource(filename))
702 def ispythonsource(self, filename): member in class:EditorWindow
734 if self.ispythonsource(self.io.filename):
    [all...]
PyShell.py 1013 def ispythonsource(self, filename): member in class:PyShell
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
OutputWindow.py 21 def ispythonsource(self, filename): member in class:OutputWindow
EditorWindow.py 329 self.set_indentation_params(self.ispythonsource(filename))
702 def ispythonsource(self, filename): member in class:EditorWindow
734 if self.ispythonsource(self.io.filename):
    [all...]
PyShell.py 1013 def ispythonsource(self, filename): member in class:PyShell
    [all...]

Completed in 864 milliseconds