Searched refs:handle_EOF (Results 1 – 4 of 4) sorted by relevance
/external/python/cpython2/Lib/idlelib/ | ||
D | rpc.py | 425 self.handle_EOF() |
D | PyShell.py | 383 def handle_EOF(self): member in MyRPCClient |
/external/python/cpython3/Lib/idlelib/ | ||
D | rpc.py | 437 self.handle_EOF() |
D | pyshell.py | 384 def handle_EOF(self): member in MyRPCClient |