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

Method fetch_impl

python/python3/tornado/httpclient.py:309–312  ·  view source on GitHub ↗
(
        self, request: "HTTPRequest", callback: Callable[["HTTPResponse"], None]
    )

Source from the content-addressed store, hash-verified

307 return future
308
309 def fetch_impl(
310 self, request: "HTTPRequest", callback: Callable[["HTTPResponse"], None]
311 ) -> None:
312 raise NotImplementedError()
313
314 @classmethod
315 def configure(

Callers 1

fetchMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected