Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EasyIME/PIME
/ get_http_client
Method
get_http_client
python/python3/tornado/testing.py:454–455 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
452
self.http_server.add_sockets([sock])
453
454
def
get_http_client(self) -> AsyncHTTPClient:
455
return
AsyncHTTPClient()
456
457
def
get_http_server(self) -> HTTPServer:
458
return
HTTPServer(self._app, **self.get_httpserver_options())
Callers
1
setUp
Method · 0.95
Calls
1
AsyncHTTPClient
Class · 0.90
Tested by
no test coverage detected