inspect.ismethod()
  • References/Python/Python/Runtime

inspect.ismethod(object) Return true if the object is a bound method written in Python.

2025-01-10 15:47:30
ipaddress.IPv6Interface.network
  • References/Python/Python/Internet

network

2025-01-10 15:47:30
html.parser.HTMLParser.handle_entityref()
  • References/Python/Python/Structured Markup

HTMLParser.handle_entityref(name) This method is called to process a named character reference of the form &name;

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

window.getkey([y, x]) Get a character, returning a string instead of an integer, as getch() does. Function keys

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

class xml.etree.ElementTree.TreeBuilder(element_factory=None) Generic element structure builder. This builder converts a sequence

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

os.sysconf(name) Return integer-valued system configuration values. If the configuration value specified by name isn’t

2025-01-10 15:47:30
multiprocessing.managers.BaseManager.connect()
  • References/Python/Python/Concurrent Execution

connect() Connect a local manager object to a remote manager process:

2025-01-10 15:47:30
os.stat_result.st_blocks
  • References/Python/Python/Operating System

st_blocks Number of 512-byte blocks allocated for file. This may be smaller than st_size/512 when the file has

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

base64.b64decode(s, altchars=None, validate=False) Decode the Base64 encoded bytes-like object

2025-01-10 15:47:30
zipfile.ZipInfo.CRC
  • References/Python/Python/Data Compression

ZipInfo.CRC CRC-32 of the uncompressed file.

2025-01-10 15:47:30