MCPcopy
hub / github.com/aio-libs/aiohttp / match

Method match

aiohttp/web_urldispatcher.py:376–378  ·  view source on GitHub ↗

Return dict with info for given path or None if route cannot process path.

(self, path)

Source from the content-addressed store, hash-verified

374
375 @abc.abstractmethod
376 def match(self, path):
377 """Return dict with info for given path or
378 None if route cannot process path."""
379
380 _append_query = staticmethod(Resource._append_query)
381

Callers 15

dispatchMethod · 0.45
__call__Method · 0.45
__call__Method · 0.45
__call__Method · 0.45
resolveMethod · 0.45
_matchMethod · 0.45
matchMethod · 0.45
add_resourceMethod · 0.45
test_static_not_matchMethod · 0.45

Calls

no outgoing calls