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

  /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 717 milliseconds