Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/tornadoweb/tornado
/ get_protocol
Method
get_protocol
tornado/testing.py:464–465 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
462
return
self.__port
463
464
def
get_protocol(self) -> str:
465
return
"http"
466
467
def
get_url(self, path: str) -> str:
468
""
"Returns an absolute url for the given path on the test server."
""
Callers
1
get_url
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected