Home
last modified time | relevance | path

Searched refs:Quitter (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython2/Lib/
Dsite.py339 class Quitter(object): class
352 __builtin__.quit = Quitter('quit')
353 __builtin__.exit = Quitter('exit')
/external/autotest/client/profilers/powertop/src/po/
Dfr.po90 msgstr " Q - Quitter "
/external/python/cpython2/Lib/idlelib/
DNEWS.txt657 - IDLE honors new quit() and exit() commands from site.py Quitter() object.
/external/python/cpython2/Misc/
DHISTORY94 - Patch #1540892: site.py Quitter() class attempts to close sys.stdin