tkinter.tix.FileSelectBox
  • References/Python/Python/Tk

class tkinter.tix.FileSelectBox The

2025-01-10 15:47:30
tkinter.ttk.Style.element_names()
  • References/Python/Python/Tk

element_names() Returns the list of elements defined in the current theme.

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

operator.xor(a, b) operator.__xor__(a, b) Return the bitwise exclusive or of a and b.

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

os.sync() Force write of everything to disk. Availability: Unix.

2025-01-10 15:47:30
cmath.isinf()
  • References/Python/Python/Numeric & Mathematical

cmath.isinf(x) Return True if either the real or the imaginary part of x is an infinity, and False

2025-01-10 15:47:30
lzma.LZMAError
  • References/Python/Python/Data Compression

exception lzma.LZMAError This exception is raised when an error occurs during compression or decompression, or while initializing

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

writelines(data) Write a list (or any iterable) of data bytes to the transport: see

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

curses.init_pair(pair_number, fg, bg) Change the definition of a color-pair. It takes three arguments: the number of the color-pair

2025-01-10 15:47:30
csv.Dialect.doublequote
  • References/Python/Python/File Formats

Dialect.doublequote Controls how instances of quotechar appearing inside a field should themselves be quoted. When

2025-01-10 15:47:30
xmlrpc.server.CGIXMLRPCRequestHandler.register_instance()
  • References/Python/Python/Internet

CGIXMLRPCRequestHandler.register_instance(instance) Register an object which is used to expose method names which have not been

2025-01-10 15:47:30