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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
Debugger.py 267 self.localsviewer = NamespaceViewer(self.flocals, "Locals")
279 self.globalsviewer = NamespaceViewer(self.fglobals, "Globals")
407 class NamespaceViewer:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
Debugger.py 267 self.localsviewer = NamespaceViewer(self.flocals, "Locals")
279 self.globalsviewer = NamespaceViewer(self.fglobals, "Globals")
407 class NamespaceViewer:

Completed in 854 milliseconds