Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/tornadoweb/tornado
/ get_http_port
Method
get_http_port
tornado/test/iostream_test.py:77–78 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
75
return
Application([(
"/"
, HelloHandler)])
76
77
def
get_http_port(self) -> int:
78
raise
NotImplementedError()
79
80
def
fetch(
81
self, path: str, raise_error: bool = False, **kwargs: typing.Any
Callers
15
test_read_until_close
Method · 0.95
test_read_zero_bytes
Method · 0.95
test_write_while_connecting
Method · 0.95
test_future_interface
Method · 0.95
test_future_close_while_reading
Method · 0.95
test_future_read_until_close
Method · 0.95
test_reuse_proxy_credentials
Method · 0.45
raw_fetch
Method · 0.45
test_100_continue
Method · 0.45
setUp
Method · 0.45
test_invalid_content_length
Method · 0.45
test_invalid_methods
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected