OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tabnanny
(Results
1 - 4
of
4
) sorted by null
/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
namespace
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
namespace
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/test/
test_sundry.py
79
import
tabnanny
namespace
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_sundry.py
79
import
tabnanny
namespace
Completed in 38 milliseconds