MCPcopy Create free account
hub / github.com/EasyIME/PIME / get

Method get

python/python3/tornado/test/web_test.py:1074–1076  ·  view source on GitHub ↗
(self, path)

Source from the content-addressed store, hash-verified

1072 def get_handlers(self):
1073 class StaticUrlHandler(RequestHandler):
1074 def get(self, path):
1075 with_v = int(self.get_argument("include_version", "1"))
1076 self.write(self.static_url(path, include_version=with_v))
1077
1078 class AbsoluteStaticUrlHandler(StaticUrlHandler):
1079 include_host = True

Callers

nothing calls this directly

Calls 3

get_argumentMethod · 0.80
static_urlMethod · 0.80
writeMethod · 0.45

Tested by

no test coverage detected