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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
CodeContext.py 161 context_strings = [""] * max(0, self.context_depth - len(self.info))
163 context_strings += [x[2] for x in self.info[-self.context_depth:]]
164 self.label["text"] = '\n'.join(context_strings)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
CodeContext.py 161 context_strings = [""] * max(0, self.context_depth - len(self.info))
163 context_strings += [x[2] for x in self.info[-self.context_depth:]]
164 self.label["text"] = '\n'.join(context_strings)

Completed in 2137 milliseconds