MCPcopy Index your code
hub / github.com/python/cpython / version_string

Method version_string

Lib/http/server.py:633–635  ·  view source on GitHub ↗

Return the server software version string.

(self)

Source from the content-addressed store, hash-verified

631 message.translate(self._control_char_table)))
632
633 def version_string(self):
634 """Return the server software version string."""
635 return self.server_version + ' ' + self.sys_version
636
637 def date_time_string(self, timestamp=None):
638 """Return the current date and time formatted for a message header."""

Callers 1

send_responseMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected