xml.sax.xmlreader.XMLReader
  • References/Python/Python/Structured Markup

class xml.sax.xmlreader.XMLReader Base class which can be inherited by SAX parsers.

2025-01-10 15:47:30
importlib.abc.InspectLoader.is_package()
  • References/Python/Python/Importing

is_package(fullname) An abstract method to return a true value if the module is a package, a false value otherwise.

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

class codecs.IncrementalDecoder(errors='strict') Constructor for an IncrementalDecoder instance.

2025-01-10 15:47:30
bytes.center()
  • References/Python/Python/Built-in Types

bytes.center(width[, fillbyte]) bytearray.center(width[, fillbyte]) Return a copy of the object centered in a sequence

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

Protocol.data_received(data) Called when some data is received. data is a non-empty bytes object containing the incoming

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

base64.decodestring(s) Decode the bytes-like object s, which must contain one

2025-01-10 15:47:30
bdb.Breakpoint.bpprint()
  • References/Python/Python/Debugging & Profiling

bpprint(out=None) Print the output of bpformat() to the file out, or if it is None, to standard

2025-01-10 15:47:30
cmd.Cmd.intro
  • References/Python/Python/Frameworks

Cmd.intro A string to issue as an intro or banner. May be overridden by giving the cmdloop() method an argument

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

asyncio.set_event_loop(loop) Equivalent to calling get_event_loop_policy().set_event_loop(loop).

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

tzinfo.utcoffset(dt) Return offset of local time from UTC, in minutes east of UTC. If local time is west of UTC, this should

2025-01-10 15:47:30