Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
521
class
AnyMatches(Matcher):
522
""
"Matches any request."
""
523
524
def
match(self, request: httputil.HTTPServerRequest) -> Optional[Dict[str, Any]]:
525
return
{}
526
527
528
class
HostMatches(Matcher):
Callers
1
__init__
Method · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected