nntplib.NNTP.ihave()
  • References/Python/Python/Internet

NNTP.ihave(message_id, data) Send an IHAVE command. message_id is the id of the message to send to the

2025-01-10 15:47:30
logging.Logger.warning()
  • References/Python/Python/Logging

Logger.warning(msg, *args, **kwargs) Logs a message with level WARNING on this logger. The arguments are interpreted

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

exception BlockingIOError Raised when an operation would block on an object (e.g. socket) set for non-blocking operation. Corresponds

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

coroutine AbstractEventLoop.getnameinfo(sockaddr, flags=0) This method is a

2025-01-10 15:47:30
collections.abc.Sequence
  • References/Python/Python/Data Types

class collections.abc.Sequence class collections.abc.MutableSequence class collections.abc.ByteString

2025-01-10 15:47:30
argparse.ArgumentParser.add_argument()
  • References/Python/Python/Operating System

ArgumentParser.add_argument(name or flags...[, action][, nargs][, const][, default][, type][, choices][, required][, help][, metavar][, dest])

2025-01-10 15:47:30
dummy_threading
  • References/Python/Python/Concurrent Execution

Source code: Lib/dummy_threading

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

eval(expression, globals=None, locals=None) The arguments are a string and optional globals and locals. If provided, globals

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

set_charset(charset) Set the character set of the payload to charset, which can either be a

2025-01-10 15:47:30
aifc.aifc.aiff()
  • References/Python/Python/Multimedia

aifc.aiff() Create an AIFF file. The default is that an AIFF-C file is created, unless the name of the file ends in '

2025-01-10 15:47:30