Searched refs:context_depth (Results 1 - 4 of 4) sorted by relevance

/prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
H A DCodeContext.py28 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/gdb/linux-x86/lib/python2.7/idlelib/
H A DCodeContext.py28 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/darwin-x86/2.7.5/lib/python2.7/idlelib/
H A DCodeContext.py28 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/
H A DCodeContext.py28 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 354 milliseconds