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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
Debugger.py 292 ldict = gdict = None
295 gdict = frame.f_globals
296 if lv and gv and ldict is gdict:
301 gv.load_dict(gdict, force, self.pyshell.interp.rpcclt)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
Debugger.py 292 ldict = gdict = None
295 gdict = frame.f_globals
296 if lv and gv and ldict is gdict:
301 gv.load_dict(gdict, force, self.pyshell.interp.rpcclt)

Completed in 688 milliseconds