Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EasyIME/PIME
/ get_app_kwargs
Method
get_app_kwargs
python/python3/tornado/test/web_test.py:1109–1110 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
1107
]
1108
1109
def
get_app_kwargs(self):
1110
return
dict(static_path=relpath(
"static"
))
1111
1112
def
test_static_files(self):
1113
response = self.fetch(
"/robots.txt"
)
Callers
nothing calls this directly
Calls
1
relpath
Function · 0.85
Tested by
no test coverage detected