MCPcopy Index your code
hub / github.com/python/cpython / MyRPCClient

Class MyRPCClient

Lib/idlelib/pyshell.py:388–392  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

386
387
388class MyRPCClient(rpc.RPCClient):
389
390 def handle_EOF(self):
391 "Override the base class - just re-raise EOFError"
392 raise EOFError
393
394def restart_line(width, filename): # See bpo-38141.
395 """Return width long restart line formatted with filename.

Callers 1

start_subprocessMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…