int.to_bytes()
  • References/Python/Python/Built-in Types

int.to_bytes(length, byteorder, *, signed=False) Return an array of bytes representing an integer.

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

base64.b64encode(s, altchars=None) Encode the bytes-like object s using Base64

2025-01-10 15:47:30
collections.ChainMap.maps
  • References/Python/Python/Data Types

maps A user updateable list of mappings. The list is ordered from first-searched to last-searched. It is the only stored state

2025-01-10 15:47:30
xml.etree.ElementTree.ElementTree.iterfind()
  • References/Python/Python/Structured Markup

iterfind(match, namespaces=None) Same as Element.iterfind(), starting at the root of the tree.

2025-01-10 15:47:30
argparse.ArgumentParser
  • References/Python/Python/Operating System

class argparse.ArgumentParser(prog=None, usage=None, description=None, epilog=None, parents=[], formatter_class=argparse.HelpFormatter, prefix_chars='-', fromfile_prefix_chars=None

2025-01-10 15:47:30
array.array.buffer_info()
  • References/Python/Python/Data Types

array.buffer_info() Return a tuple (address, length) giving the current memory address and the length in elements

2025-01-10 15:47:30
email.headerregistry.Address.username
  • References/Python/Python/Internet Data

username The username portion of the address, with all quoting removed.

2025-01-10 15:47:30
ssl.SSLContext.protocol
  • References/Python/Python/Networking

SSLContext.protocol The protocol version chosen when constructing the context. This attribute is read-only.

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

instate(statespec, callback=None, *args, **kw) Test the widget’s state. If a callback is not specified, returns True

2025-01-10 15:47:30
http.cookiejar.Cookie.secure
  • References/Python/Python/Internet

Cookie.secure True if cookie should only be returned over a secure connection.

2025-01-10 15:47:30