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

Method get_protocol

python/python3/tornado/testing.py:524–525  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

522 return self.__port
523
524 def get_protocol(self) -> str:
525 return "http"
526
527 def get_url(self, path: str) -> str:
528 """Returns an absolute url for the given path on the test server."""

Callers 2

get_urlMethod · 0.95
test_ipv6Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected