MCPcopy Create free account
hub / github.com/EasyIME/PIME / AnyMatches

Class AnyMatches

python/python3/tornado/routing.py:510–514  ·  view source on GitHub ↗

Matches any request.

Source from the content-addressed store, hash-verified

508
509
510class AnyMatches(Matcher):
511 """Matches any request."""
512
513 def match(self, request: httputil.HTTPServerRequest) -> Optional[Dict[str, Any]]:
514 return {}
515
516
517class HostMatches(Matcher):

Callers 1

__init__Method · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected