MCPcopy
hub / github.com/tornadoweb/tornado / get_httpserver_options

Method get_httpserver_options

tornado/testing.py:451–455  ·  view source on GitHub ↗

May be overridden by subclasses to return additional keyword arguments for the server.

(self)

Source from the content-addressed store, hash-verified

449 )
450
451 def get_httpserver_options(self) -> Dict[str, Any]:
452 """May be overridden by subclasses to return additional
453 keyword arguments for the server.
454 """
455 return {}
456
457 def get_http_port(self) -> int:
458 """Returns the port used by the server.

Callers 1

get_http_serverMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected