MCPcopy Index your code
hub / github.com/RustPython/RustPython / version_string

Method version_string

Lib/http/server.py:661–663  ·  view source on GitHub ↗

Return the server software version string.

(self)

Source from the content-addressed store, hash-verified

659 message.translate(self._control_char_table)))
660
661 def version_string(self):
662 """Return the server software version string."""
663 return self.server_version + ' ' + self.sys_version
664
665 def date_time_string(self, timestamp=None):
666 """Return the current date and time formatted for a message header."""

Callers 2

send_responseMethod · 0.95
run_cgiMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected