MCPcopy
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_closeMethod · 0.95
test_read_zero_bytesMethod · 0.95
test_future_interfaceMethod · 0.95
raw_fetchMethod · 0.45
test_100_continueMethod · 0.45
setUpMethod · 0.45
test_invalid_methodsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected