mailbox.MH.close()
  • References/Python/Python/Internet Data

close() MH instances do not keep any open files, so this method is equivalent to unlock().

2025-01-10 15:47:30
utils.translation.deactivate()
  • References/Python/Django/API/Django Utils

deactivate() [source] Deactivates the currently active translation object so that further

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

NNTP.article(message_spec=None, *, file=None) Send an ARTICLE command, where message_spec has the same

2025-01-10 15:47:30
weakref.WeakValueDictionary
  • References/Python/Python/Data Types

class weakref.WeakValueDictionary([dict]) Mapping class that references values weakly. Entries in the dictionary will be discarded

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
wsgiref.handlers.BaseHandler.get_stdin()
  • References/Python/Python/Internet

get_stdin() Return an input stream object suitable for use as the wsgi.input of the request currently being processed

2025-01-10 15:47:30
zlib.error
  • References/Python/Python/Data Compression

exception zlib.error Exception raised on compression and decompression errors.

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

uuid.uuid4() Generate a random UUID.

2025-01-10 15:47:30
time.altzone
  • References/Python/Python/Operating System

time.altzone The offset of the local DST timezone, in seconds west of UTC, if one is defined. This is negative if the local

2025-01-10 15:47:30
email.message.Message.set_unixfrom()
  • References/Python/Python/Internet Data

set_unixfrom(unixfrom) Set the message’s envelope header to unixfrom, which should be a string.

2025-01-10 15:47:30