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

class ctypes.Array(*args) Abstract base class for arrays. The recommended way to create concrete

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

addresses A tuple of Address objects encoding all of the individual addresses from the header value. If the header

2025-01-10 15:47:30
asyncio.Task
  • References/Python/Python/Inputouput

class asyncio.Task(coro, *, loop=None) Schedule the execution of a coroutine: wrap it in a future. A task is a

2025-01-10 15:47:30
ast.iter_child_nodes()
  • References/Python/Python/Language

ast.iter_child_nodes(node) Yield all direct child nodes of node, that is, all fields that are nodes and all items of

2025-01-10 15:47:30
ipaddress.IPv6Network.max_prefixlen
  • References/Python/Python/Internet

max_prefixlen

2025-01-10 15:47:30
importlib.util.module_from_spec()
  • References/Python/Python/Importing

importlib.util.module_from_spec(spec) Create a new module based on spec and spec.loader.create_module()

2025-01-10 15:47:30
io.BufferedIOBase.write()
  • References/Python/Python/Operating System

write(b) Write the given bytes-like object, b, and return the number of bytes

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

os.sched_setparam(pid, param) Set a scheduling parameters for the process with PID pid. A pid of 0 means the

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

os.putenv(key, value) Set the environment variable named key to the string value. Such changes to the environment

2025-01-10 15:47:30
parser.issuite()
  • References/Python/Python/Language

parser.issuite(st) This function mirrors isexpr() in that it reports whether an ST object represents an 'exec'

2025-01-10 15:47:30