Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/tornadoweb/tornado
/ mixin_get_app
Method
mixin_get_app
tornado/test/iostream_test.py:74–75 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
72
raise
NotImplementedError()
73
74
def
mixin_get_app(self):
75
return
Application([(
"/"
, HelloHandler)])
76
77
def
get_http_port(self) -> int:
78
raise
NotImplementedError()
Callers
2
get_app
Method · 0.45
get_app
Method · 0.45
Calls
1
Application
Class · 0.90
Tested by
no test coverage detected