dbm.dumb.open(filename[, flag[, mode]]) Open a dumbdbm database and return a dumbdbm object. The filename
New in version 3.4. Source code:
binascii.b2a_qp(data, quotetabs=False, istext=True, header=False) Convert binary data to a line(s) of ASCII characters in quoted-printable
bytes.rfind(sub[, start[, end]]) bytearray.rfind(sub[, start[, end]]) Return the highest index in the sequence where
coroutine AbstractEventLoop.connect_write_pipe(protocol_factory, pipe) Register write pipe in eventloop.
class asyncore.file_dispatcher A file_dispatcher takes a file descriptor or file object
inspect.unwrap(func, *, stop=None) Get the object wrapped by func. It follows the chain of __wrapped__
classmethod path_hook(*loader_details) A class method which returns a closure for use on
dequeue(block) Dequeues a record and return it, optionally blocking. The base implementation
os.listdir(path='.') Return a list containing the names of the entries in the directory given by path. The list is
Page 34 of 100