urllib.request.HTTPDigestAuthHandler
  • References/Python/Python/Internet

class urllib.request.HTTPDigestAuthHandler(password_mgr=None) Handle authentication with the remote host. password_mgr

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

platform.python_revision() Returns a string identifying the Python implementation SCM revision.

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

os.confstr(name) Return string-valued system configuration values. name specifies the configuration value to retrieve;

2025-01-10 15:47:30
modulefinder.ModuleFinder.modules
  • References/Python/Python/Importing

modules A dictionary mapping module names to modules. See Example usage of ModuleFinder.

2025-01-10 15:47:30
io.BlockingIOError
  • References/Python/Python/Operating System

exception io.BlockingIOError This is a compatibility alias for the builtin

2025-01-10 15:47:30
asyncio.DatagramTransport.sendto()
  • References/Python/Python/Inputouput

DatagramTransport.sendto(data, addr=None) Send the data bytes to the remote peer given by addr (a transport-dependent

2025-01-10 15:47:30
classmethod()
  • References/Python/Python/Built-in Functions

classmethod(function) Return a class method for function. A class method receives the

2025-01-10 15:47:30
decimal.Decimal.remainder_near()
  • References/Python/Python/Numeric & Mathematical

remainder_near(other, context=None) Return the remainder from dividing self by other. This differs from self

2025-01-10 15:47:30
imaplib.Internaldate2tuple()
  • References/Python/Python/Internet

imaplib.Internaldate2tuple(datestr) Parse an IMAP4 INTERNALDATE string and return corresponding local time. The

2025-01-10 15:47:30
decimal.Context.is_normal()
  • References/Python/Python/Numeric & Mathematical

is_normal(x) Returns True if x is a normal number; otherwise returns False.

2025-01-10 15:47:30