xml.parsers.expat.xmlparser.buffer_text
  • References/Python/Python/Structured Markup

xmlparser.buffer_text Setting this to true causes the xmlparser object to buffer textual content returned by Expat

2025-01-10 15:47:30
decimal.Decimal.normalize()
  • References/Python/Python/Numeric & Mathematical

normalize(context=None) Normalize the number by stripping the rightmost trailing zeros and converting any result equal to

2025-01-10 15:47:30
mailbox.MH.
  • References/Python/Python/Internet Data

__delitem__(key) discard(key) These methods immediately delete the message. The MH convention of marking a message

2025-01-10 15:47:30
io.TextIOBase.encoding
  • References/Python/Python/Operating System

encoding The name of the encoding used to decode the stream’s bytes into strings, and to encode strings into bytes.

2025-01-10 15:47:30
complex
  • References/Python/Python/Built-in Functions

class complex([real[, imag]]) Return a complex number with the value real + imag*1j or convert a string or

2025-01-10 15:47:30
calendar.HTMLCalendar.formatmonth()
  • References/Python/Python/Data Types

formatmonth(theyear, themonth, withyear=True) Return a month’s calendar as an HTML table. If withyear is true the year

2025-01-10 15:47:30
pyclbr.readmodule()
  • References/Python/Python/Language

pyclbr.readmodule(module, path=None) Read a module and return a dictionary mapping class names to class descriptor objects.

2025-01-10 15:47:30
unicodedata.unidata_version
  • References/Python/Python/Text Processing

unicodedata.unidata_version The version of the Unicode database used in this module.

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

ZipInfo.header_offset Byte offset to the file header.

2025-01-10 15:47:30
unittest.mock.Mock.mock_add_spec()
  • References/Python/Python/Development Tools

mock_add_spec(spec, spec_set=False) Add a spec to a mock. spec can either be an object or a list of strings. Only attributes

2025-01-10 15:47:30