ctypes.WinDLL
  • References/Python/Python/Operating System

class ctypes.WinDLL(name, mode=DEFAULT_MODE, handle=None, use_errno=False, use_last_error=False) Windows only: Instances of

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

curses.qiflush([flag]) If flag is False, the effect is the same as calling noqiflush(). If

2025-01-10 15:47:30
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
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
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
pstats.Stats.strip_dirs()
  • References/Python/Python/Debugging & Profiling

strip_dirs() This method for the Stats class removes all leading path information from file names. It is very useful

2025-01-10 15:47:30