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

Method get_httpserver_options

python/python3/tornado/testing.py:511–515  ·  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

509 )
510
511 def get_httpserver_options(self) -> Dict[str, Any]:
512 """May be overridden by subclasses to return additional
513 keyword arguments for the server.
514 """
515 return {}
516
517 def get_http_port(self) -> int:
518 """Returns the port used by the server.

Callers 1

get_http_serverMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected