xml.etree.ElementTree.ElementTree.
  • References/Python/Python/Structured Markup

_setroot(element) Replaces the root element for this tree. This discards the current contents of the tree, and replaces it with

2025-01-10 15:47:30
codecs.CodecInfo.name
  • References/Python/Python/Binary Data

name The name of the encoding.

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

operator.pow(a, b) operator.__pow__(a, b) Return a ** b, for a and b numbers.

2025-01-10 15:47:30
msilib.RadioButtonGroup.add()
  • References/Python/Python/MS Windows

add(name, x, y, width, height, text, value=None) Add a radio button named name to the group, at the coordinates x

2025-01-10 15:47:30
logging.NullHandler.handle()
  • References/Python/Python/Logging

handle(record) This method does nothing.

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

class asyncio.WriteTransport Interface for write-only transports. abort()

2025-01-10 15:47:30
shutil.get_unpack_formats()
  • References/Python/Python/File & Directory Access

shutil.get_unpack_formats() Return a list of all registered formats for unpacking. Each element of the returned sequence is

2025-01-10 15:47:30
memoryview.f_contiguous
  • References/Python/Python/Built-in Types

f_contiguous A bool indicating whether the memory is Fortran contiguous.

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
os.path.lexists()
  • References/Python/Python/File & Directory Access

os.path.lexists(path) Return True if path refers to an existing path. Returns True for broken

2025-01-10 15:47:30