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

  /external/python/cpython2/Lib/idlelib/
ScriptBinding.py 6 It also runs the tabnanny to catch any inconsistent tabs.
23 import tabnanny
66 if not self.tabnanny(filename):
69 def tabnanny(self, filename): member in class:ScriptBinding
72 tabnanny.process_tokens(tokenize.generate_tokens(f.readline))
76 self.errorbox("Tabnanny Tokenizing Error",
79 except tabnanny.NannyNag as nag:
80 # The error messages from tabnanny are too confusing...
146 if not self.tabnanny(filename):
  /external/python/cpython3/Lib/idlelib/
runscript.py 6 It also runs the tabnanny to catch any inconsistent tabs.
21 import tabnanny
64 if not self.tabnanny(filename):
67 def tabnanny(self, filename): member in class:ScriptBinding
68 # XXX: tabnanny should work on binary files as well
71 tabnanny.process_tokens(tokenize.generate_tokens(f.readline))
75 self.errorbox("Tabnanny Tokenizing Error",
78 except tabnanny.NannyNag as nag:
79 # The error messages from tabnanny are too confusing...
143 if not self.tabnanny(filename)
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
ScriptBinding.py 6 It also runs the tabnanny to catch any inconsistent tabs.
23 import tabnanny
66 if not self.tabnanny(filename):
69 def tabnanny(self, filename): member in class:ScriptBinding
72 tabnanny.process_tokens(tokenize.generate_tokens(f.readline))
76 self.errorbox("Tabnanny Tokenizing Error",
79 except tabnanny.NannyNag, nag:
80 # The error messages from tabnanny are too confusing...
147 if not self.tabnanny(filename):
  /prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
ScriptBinding.py 6 It also runs the tabnanny to catch any inconsistent tabs.
23 import tabnanny
66 if not self.tabnanny(filename):
69 def tabnanny(self, filename): member in class:ScriptBinding
72 tabnanny.process_tokens(tokenize.generate_tokens(f.readline))
76 self.errorbox("Tabnanny Tokenizing Error",
79 except tabnanny.NannyNag, nag:
80 # The error messages from tabnanny are too confusing...
147 if not self.tabnanny(filename):
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
ScriptBinding.py 6 It also runs the tabnanny to catch any inconsistent tabs.
23 import tabnanny
66 if not self.tabnanny(filename):
69 def tabnanny(self, filename): member in class:ScriptBinding
72 tabnanny.process_tokens(tokenize.generate_tokens(f.readline))
76 self.errorbox("Tabnanny Tokenizing Error",
79 except tabnanny.NannyNag, nag:
80 # The error messages from tabnanny are too confusing...
147 if not self.tabnanny(filename):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
ScriptBinding.py 6 It also runs the tabnanny to catch any inconsistent tabs.
23 import tabnanny
66 if not self.tabnanny(filename):
69 def tabnanny(self, filename): member in class:ScriptBinding
72 tabnanny.process_tokens(tokenize.generate_tokens(f.readline))
76 self.errorbox("Tabnanny Tokenizing Error",
79 except tabnanny.NannyNag, nag:
80 # The error messages from tabnanny are too confusing...
147 if not self.tabnanny(filename):
  /external/python/cpython3/Tools/importbench/
importbench.py 16 import tabnanny
96 tabnanny_wo_bytecode = _wo_bytecode(tabnanny)
131 tabnanny_writing_bytecode = _writing_bytecode(tabnanny)
161 tabnanny_using_bytecode = _using_bytecode(tabnanny)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_sundry.py 75 import tabnanny
  /external/python/cpython2/Lib/test/
test_sundry.py 73 import tabnanny
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_sundry.py 79 import tabnanny
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_sundry.py 79 import tabnanny
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_sundry.py 79 import tabnanny
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_sundry.py 79 import tabnanny

Completed in 633 milliseconds