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

Class BrokenDispatcher

Lib/test/test_xmlrpc.py:702–704  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

700 rpc_paths = []
701
702 class BrokenDispatcher:
703 def _marshaled_dispatch(self, data, dispatch_method=None, path=None):
704 raise RuntimeError("broken dispatcher")
705
706 serv = MyXMLRPCServer(("localhost", 0), MyRequestHandler,
707 logRequests=False, bind_and_activate=False)

Callers 1

http_multi_serverFunction · 0.85

Calls

no outgoing calls

Tested by 1

http_multi_serverFunction · 0.68

Used in the wild real call sites across dependent graphs

searching dependent graphs…