class xml.sax.xmlreader.XMLReader Base class which can be inherited by SAX parsers.
is_package(fullname) An abstract method to return a true value if the module is a package, a false value otherwise.
class codecs.IncrementalDecoder(errors='strict') Constructor for an IncrementalDecoder instance.
bytes.center(width[, fillbyte]) bytearray.center(width[, fillbyte]) Return a copy of the object centered in a sequence
Protocol.data_received(data) Called when some data is received. data is a non-empty bytes object containing the incoming
base64.decodestring(s) Decode the bytes-like object s, which must contain one
bpprint(out=None) Print the output of bpformat() to the file out, or if it is None, to standard
Cmd.intro A string to issue as an intro or banner. May be overridden by giving the cmdloop() method an argument
asyncio.set_event_loop(loop) Equivalent to calling get_event_loop_policy().set_event_loop(loop).
tzinfo.utcoffset(dt) Return offset of local time from UTC, in minutes east of UTC. If local time is west of UTC, this should
Page 83 of 100