OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:context_depth
(Results
1 - 2
of
2
) sorted by null
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
CodeContext.py
28
context_depth
= idleConf.GetOption("extensions", "CodeContext",
variable in class:CodeContext
73
text="\n" * (self.
context_depth
- 1),
161
context_strings = [""] * max(0, self.
context_depth
- len(self.info))
163
context_strings += [x[2] for x in self.info[-self.
context_depth
:]]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
CodeContext.py
28
context_depth
= idleConf.GetOption("extensions", "CodeContext",
variable in class:CodeContext
73
text="\n" * (self.
context_depth
- 1),
161
context_strings = [""] * max(0, self.
context_depth
- len(self.info))
163
context_strings += [x[2] for x in self.info[-self.
context_depth
:]]
Completed in 141 milliseconds