Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EasyIME/PIME
/ get_app
Method
get_app
python/python3/tornado/test/wsgi_test.py:15–16 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
13
return
[b
"Hello world!"
]
14
15
def
get_app(self):
16
return
WSGIContainer(validator(self.wsgi_app))
17
18
def
test_simple(self):
19
response = self.fetch(
"/"
)
Callers
nothing calls this directly
Calls
1
WSGIContainer
Class · 0.90
Tested by
no test coverage detected