HomeSort by relevance Sort by last modified time
    Searched defs:displayhook (Results 1 - 4 of 4) sorted by null

  /external/python/cpython3/Lib/idlelib/
rpc.py 615 def displayhook(value): function
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
pdb.py 213 def displayhook(self, obj): member in class:Pdb
214 """Custom displayhook for the exec in default(), which prevents
217 # reproduce the behavior of the standard displayhook, not printing None
229 save_displayhook = sys.displayhook
233 sys.displayhook = self.displayhook
238 sys.displayhook = save_displayhook
    [all...]
  /external/python/cpython2/Lib/
pdb.py 213 def displayhook(self, obj): member in class:Pdb
214 """Custom displayhook for the exec in default(), which prevents
217 # reproduce the behavior of the standard displayhook, not printing None
229 save_displayhook = sys.displayhook
233 sys.displayhook = self.displayhook
238 sys.displayhook = save_displayhook
    [all...]
  /external/python/cpython3/Lib/
pdb.py 355 def displayhook(self, obj): member in class:Pdb
356 """Custom displayhook for the exec in default(), which prevents
359 # reproduce the behavior of the standard displayhook, not printing None
371 save_displayhook = sys.displayhook
375 sys.displayhook = self.displayhook
380 sys.displayhook = save_displayhook
    [all...]

Completed in 174 milliseconds