MCPcopy
hub / github.com/tornadoweb/tornado / AnyMatches

Class AnyMatches

tornado/routing.py:521–525  ·  view source on GitHub ↗

Matches any request.

Source from the content-addressed store, hash-verified

519
520
521class AnyMatches(Matcher):
522 """Matches any request."""
523
524 def match(self, request: httputil.HTTPServerRequest) -> Optional[Dict[str, Any]]:
525 return {}
526
527
528class HostMatches(Matcher):

Callers 1

__init__Method · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected