Searched defs:close_when_done (Results 1 – 3 of 3) sorted by relevance
/external/python/cpython2/Lib/idlelib/ | ||
D | ColorDelegator.py | 107 close_when_done = None # Window to be closed when done colorizing variable in ColorDelegator |
/external/python/cpython3/Lib/ | ||
D | asynchat.py | 220 def close_when_done(self): member in async_chat |
/external/python/cpython2/Lib/ | ||
D | asynchat.py | 211 def close_when_done (self): member in async_chat |