math.fabs()
  • References/Python/Python/Numeric & Mathematical

math.fabs(x) Return the absolute value of x.

2025-01-10 15:47:30
tempfile.tempdir
  • References/Python/Python/File & Directory Access

tempfile.tempdir When set to a value other than None, this variable defines the default value for the dir

2025-01-10 15:47:30
tempfile.SpooledTemporaryFile()
  • References/Python/Python/File & Directory Access

tempfile.SpooledTemporaryFile(max_size=0, mode='w+b', buffering=None, encoding=None, newline=None, suffix=None, prefix=None, dir=None) This

2025-01-10 15:47:30
string.Formatter.parse()
  • References/Python/Python/Text Processing

parse(format_string) Loop over the format_string and return an iterable of tuples (literal_text, field_name

2025-01-10 15:47:30
urllib.request.HTTPDigestAuthHandler.http_error_401()
  • References/Python/Python/Internet

HTTPDigestAuthHandler.http_error_401(req, fp, code, msg, hdrs) Retry the request with authentication information, if available

2025-01-10 15:47:30
ssl.SSLSocket.server_hostname
  • References/Python/Python/Networking

SSLSocket.server_hostname Hostname of the server:

2025-01-10 15:47:30
ssl.SSLSocket.server_side
  • References/Python/Python/Networking

SSLSocket.server_side A boolean which is True for server-side sockets and False for client-side sockets

2025-01-10 15:47:30
http.cookiejar.Cookie.expires
  • References/Python/Python/Internet

Cookie.expires Integer expiry date in seconds since epoch, or

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

class mmap.mmap(fileno, length, tagname=None, access=ACCESS_DEFAULT[, offset]) (Windows version) Maps length

2025-01-10 15:47:30
mimetypes.MimeTypes.read_windows_registry()
  • References/Python/Python/Internet Data

MimeTypes.read_windows_registry(strict=True) Load MIME type information from the Windows registry. Availability: Windows.

2025-01-10 15:47:30