Home
last modified time | relevance | path

Searched refs:API_HANDLERS (Results 1 – 2 of 2) sorted by relevance

/dports/devel/mercurial/mercurial-6.0/mercurial/
H A Dwireprotoserver.py252 for k, v in API_HANDLERS.items():
298 if proto not in API_HANDLERS:
313 API_HANDLERS[proto][b'handler'](
329 API_HANDLERS = { variable
398 handler = API_HANDLERS[api]
/dports/devel/mercurial/mercurial-6.0/tests/
H A Dwireprotosimplecache.py63 wireprotoserver.API_HANDLERS[b'simplecache'] = {