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
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
os.sched_get_priority_max()
  • References/Python/Python/Operating System

os.sched_get_priority_max(policy) Get the maximum priority value for policy. policy is one of the scheduling

2025-01-10 15:47:30
codecs.ignore_errors()
  • References/Python/Python/Binary Data

codecs.ignore_errors(exception) Implements the 'ignore' error handling: malformed data is ignored and encoding

2025-01-10 15:47:30
email.headerregistry.BaseHeader.max_count
  • References/Python/Python/Internet Data

max_count The maximum number of headers of this type that can have the same name. A value of None

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

os.urandom(n) Return a string of n random bytes suitable for cryptographic use. This

2025-01-10 15:47:30
unittest.TestResult.buffer
  • References/Python/Python/Development Tools

buffer If set to true, sys.stdout and sys.stderr will be buffered in between startTest()

2025-01-10 15:47:30
tkinter.ttk.Widget.state()
  • References/Python/Python/Tk

state(statespec=None) Modify or inquire widget state. If statespec is specified, sets the widget state according to

2025-01-10 15:47:30