MCPcopy Index your code
hub / github.com/RustPython/RustPython / BrokenDispatcher

Class BrokenDispatcher

Lib/test/test_xmlrpc.py:705–707  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

703 rpc_paths = []
704
705 class BrokenDispatcher:
706 def _marshaled_dispatch(self, data, dispatch_method=None, path=None):
707 raise RuntimeError("broken dispatcher")
708
709 serv = MyXMLRPCServer(("localhost", 0), MyRequestHandler,
710 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