Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EasyIME/PIME
/ get_handlers
Method
get_handlers
python/python3/tornado/test/web_test.py:1436–1437 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
1434
)
1435
1436
def
get_handlers(self):
1437
return
[(
"/foo/(.*)"
, StaticFileHandler, {
"path"
: relpath(
"templates/"
)})]
1438
1439
def
test_serve(self):
1440
response = self.fetch(
"/foo/utf8.html"
)
Callers
nothing calls this directly
Calls
1
relpath
Function · 0.85
Tested by
no test coverage detected