Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ get_dispatcher
Method
get_dispatcher
Lib/xmlrpc/server.py:620–621 ·
view source on GitHub ↗
(self, path)
Source
from the content-addressed store, hash-verified
618
return
dispatcher
619
620
def
get_dispatcher(self, path):
621
return
self.dispatchers[path]
622
623
def
_marshaled_dispatch(self, data, dispatch_method = None, path = None):
624
try
:
Callers
1
http_multi_server
Function · 0.80
Calls
no outgoing calls
Tested by
1
http_multi_server
Function · 0.64