mmap.mmap.read_byte()
  • References/Python/Python/Networking

read_byte() Returns a byte at the current file position as an integer, and advances the file position by 1.

2025-01-10 15:47:30
typing.no_type_check()
  • References/Python/Python/Development Tools

@typing.no_type_check(arg) Decorator to indicate that annotations are not type hints. The argument

2025-01-10 15:47:30
datetime.date.replace()
  • References/Python/Python/Data Types

date.replace(year, month, day) Return a date with the same value, except for those parameters given new values by whichever

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

class ipaddress.IPv6Address(address) Construct an IPv6 address. An AddressValueError is raised if address

2025-01-10 15:47:30
pstats.Stats.sort_stats()
  • References/Python/Python/Debugging & Profiling

sort_stats(*keys) This method modifies the Stats object by sorting it according to the supplied criteria. The argument

2025-01-10 15:47:30
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