ssl.match_hostname()
  • References/Python/Python/Networking

ssl.match_hostname(cert, hostname) Verify that cert (in decoded format as returned by SSLSocket.getpeercert())

2025-01-10 15:47:30
asyncore.file_dispatcher
  • References/Python/Python/Networking

class asyncore.file_dispatcher A file_dispatcher takes a file descriptor or file object

2025-01-10 15:47:30
platform.version()
  • References/Python/Python/Operating System

platform.version() Returns the system’s release version, e.g. '#3 on degas'. An empty string is returned if the

2025-01-10 15:47:30
collections.deque.copy()
  • References/Python/Python/Data Types

copy() Create a shallow copy of the deque. New

2025-01-10 15:47:30
configparser.ConfigParser.readfp()
  • References/Python/Python/File Formats

readfp(fp, filename=None) Deprecated since version 3.2: Use

2025-01-10 15:47:30
http.HttpRequest.get_host()
  • References/Python/Django/API/Request and response objects

HttpRequest.get_host() [source] Returns the originating host of the request using information

2025-01-10 15:47:30
sys.settrace()
  • References/Python/Python/Runtime

sys.settrace(tracefunc) Set the system’s trace function, which allows you to implement a Python source code debugger in Python

2025-01-10 15:47:30
faulthandler.dump_traceback()
  • References/Python/Python/Debugging & Profiling

faulthandler.dump_traceback(file=sys.stderr, all_threads=True) Dump the tracebacks of all threads into file. If all_threads

2025-01-10 15:47:30
http.server.BaseHTTPRequestHandler.end_headers()
  • References/Python/Python/Internet

end_headers() Adds a blank line (indicating the end of the HTTP headers in the response) to the headers buffer and calls

2025-01-10 15:47:30
xml.sax.xmlreader.XMLReader
  • References/Python/Python/Structured Markup

class xml.sax.xmlreader.XMLReader Base class which can be inherited by SAX parsers.

2025-01-10 15:47:30