dbm.dumb.open()
  • References/Python/Python/Data Persistence

dbm.dumb.open(filename[, flag[, mode]]) Open a dumbdbm database and return a dumbdbm object. The filename

2025-01-10 15:47:30
asyncio
  • References/Python/Python/Networking

New in version 3.4. Source code:

2025-01-10 15:47:30
binascii.b2a_qp()
  • References/Python/Python/Internet Data

binascii.b2a_qp(data, quotetabs=False, istext=True, header=False) Convert binary data to a line(s) of ASCII characters in quoted-printable

2025-01-10 15:47:30
bytes.rfind()
  • References/Python/Python/Built-in Types

bytes.rfind(sub[, start[, end]]) bytearray.rfind(sub[, start[, end]]) Return the highest index in the sequence where

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

coroutine AbstractEventLoop.connect_write_pipe(protocol_factory, pipe) Register write pipe in eventloop.

2025-01-10 15:47:30
asyncore.file_dispatcher
  • References/Python/Python/Networking

class asyncore.file_dispatcher A file_dispatcher takes a file descriptor or file object

2025-01-10 15:47:30
inspect.unwrap()
  • References/Python/Python/Runtime

inspect.unwrap(func, *, stop=None) Get the object wrapped by func. It follows the chain of __wrapped__

2025-01-10 15:47:30
importlib.machinery.FileFinder.path_hook()
  • References/Python/Python/Importing

classmethod path_hook(*loader_details) A class method which returns a closure for use on

2025-01-10 15:47:30
logging.handlers.QueueListener.dequeue()
  • References/Python/Python/Logging

dequeue(block) Dequeues a record and return it, optionally blocking. The base implementation

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

os.listdir(path='.') Return a list containing the names of the entries in the directory given by path. The list is

2025-01-10 15:47:30