Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EasyIME/PIME
/ post
Method
post
python/python3/tornado/test/web_test.py:2359–2362 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
2357
2358
@gen.coroutine
2359
def
post(self):
2360
with
self.in_method(
"post"
):
2361
yield
gen.moment
2362
self.write(dict(methods=self.methods))
2363
2364
2365
class
BaseStreamingRequestFlowControlTest(object):
Callers
nothing calls this directly
Calls
2
in_method
Method · 0.95
write
Method · 0.45
Tested by
no test coverage detected