dis.cmp_op
  • References/Python/Python/Language

dis.cmp_op Sequence of all compare operation names.

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

bytearray.rfind(sub[, start[, end]]) Return the highest index in the sequence where the subsequence sub is found, such

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

aifc.aifc() Create an AIFF-C 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
tkinter.tix.FileEntry
  • References/Python/Python/Tk

class tkinter.tix.FileEntry The

2025-01-10 15:47:30
threading.Barrier.wait()
  • References/Python/Python/Concurrent Execution

wait(timeout=None) Pass the barrier. When all the threads party to the barrier have called this function, they are all released

2025-01-10 15:47:30
wsgiref.handlers.BaseHandler.wsgi_file_wrapper
  • References/Python/Python/Internet

wsgi_file_wrapper A wsgi.file_wrapper factory, or None. The default value of this attribute is the

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

exception MemoryError Raised when an operation runs out of memory but the situation may still be rescued (by deleting some objects)

2025-01-10 15:47:30
tkinter.tix.Meter
  • References/Python/Python/Tk

class tkinter.tix.Meter The

2025-01-10 15:47:30
asyncore.dispatcher.handle_connect()
  • References/Python/Python/Networking

handle_connect() Called when the active opener’s socket actually makes a connection. Might send a “welcome” banner, or initiate

2025-01-10 15:47:30
itertools.compress()
  • References/Python/Python/Functional Programming

itertools.compress(data, selectors) Make an iterator that filters elements from data returning only those that have

2025-01-10 15:47:30