Searched refs:ispythonsource (Results 1 - 12 of 12) sorted by relevance
/prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/ |
H A D | OutputWindow.py | 21 def ispythonsource(self, filename): member in class:OutputWindow
|
H A D | 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): 1178 # If ispythonsource and guess are true, guess a good value for 1184 def set_indentation_params(self, ispythonsource, guess=True): 1185 if guess and ispythonsource:
|
H A D | PyShell.py | 1013 def ispythonsource(self, filename): member in class:PyShell
|
/prebuilts/gdb/linux-x86/lib/python2.7/idlelib/ |
H A D | OutputWindow.py | 21 def ispythonsource(self, filename): member in class:OutputWindow
|
H A D | 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): 1178 # If ispythonsource and guess are true, guess a good value for 1184 def set_indentation_params(self, ispythonsource, guess=True): 1185 if guess and ispythonsource:
|
H A D | PyShell.py | 1013 def ispythonsource(self, filename): member in class:PyShell
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/ |
H A D | OutputWindow.py | 21 def ispythonsource(self, filename): member in class:OutputWindow
|
H A D | 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): 1178 # If ispythonsource and guess are true, guess a good value for 1184 def set_indentation_params(self, ispythonsource, guess=True): 1185 if guess and ispythonsource:
|
H A D | PyShell.py | 1013 def ispythonsource(self, filename): member in class:PyShell
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/ |
H A D | OutputWindow.py | 21 def ispythonsource(self, filename): member in class:OutputWindow
|
H A D | 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): 1178 # If ispythonsource and guess are true, guess a good value for 1184 def set_indentation_params(self, ispythonsource, guess=True): 1185 if guess and ispythonsource:
|
H A D | PyShell.py | 1013 def ispythonsource(self, filename): member in class:PyShell
|
Completed in 317 milliseconds