select.epoll.fromfd()
  • References/Python/Python/Inputouput

epoll.fromfd(fd) Create an epoll object from a given file descriptor.

2025-01-10 15:47:30
mailbox.MMDF.lock()
  • References/Python/Python/Internet Data

lock() unlock() Three locking mechanisms are used—dot locking and, if available, the flock() and lockf()

2025-01-10 15:47:30
mailbox.mbox.lock()
  • References/Python/Python/Internet Data

lock() unlock() Three locking mechanisms are used—dot locking and, if available, the flock() and lockf()

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

urllib.request.getproxies() This helper function returns a dictionary of scheme to proxy server URL mappings. It scans the environment

2025-01-10 15:47:30
mailbox.MaildirMessage.remove_flag()
  • References/Python/Python/Internet Data

remove_flag(flag) Unset the flag(s) specified by flag without changing other flags. To remove more than one flag at

2025-01-10 15:47:30
nntplib.NNTP.list()
  • References/Python/Python/Internet

NNTP.list(group_pattern=None, *, file=None) Send a LIST or LIST ACTIVE command. Return a pair (response

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
xdrlib.Unpacker.reset()
  • References/Python/Python/File Formats

Unpacker.reset(data) Resets the string buffer with the given data.

2025-01-10 15:47:30
MemoryError
  • References/Python/Python/Built-in Exceptions

exception MemoryError Raised when an operation runs out of memory but the situation may still be rescued (by deleting some objects)

2025-01-10 15:47:30
pathlib.PurePath.as_uri()
  • References/Python/Python/File & Directory Access

PurePath.as_uri() Represent the path as a file URI.

2025-01-10 15:47:30