configparser.ConfigParser.getfloat()
  • References/Python/Python/File Formats

getfloat(section, option, *, raw=False, vars=None[, fallback]) A convenience method which coerces the option in the

2025-01-10 15:47:30
csv.list_dialects()
  • References/Python/Python/File Formats

csv.list_dialects() Return the names of all registered dialects.

2025-01-10 15:47:30
configparser.InterpolationDepthError
  • References/Python/Python/File Formats

exception configparser.InterpolationDepthError Exception raised when string interpolation cannot be completed because the number

2025-01-10 15:47:30
netrc.netrc.macros
  • References/Python/Python/File Formats

netrc.macros Dictionary mapping macro names to string lists.

2025-01-10 15:47:30
xdrlib.Packer.pack_list()
  • References/Python/Python/File Formats

Packer.pack_list(list, pack_item) Packs a list of homogeneous items. This method is useful for lists with an indeterminate

2025-01-10 15:47:30
csv.unregister_dialect()
  • References/Python/Python/File Formats

csv.unregister_dialect(name) Delete the dialect associated with name from the dialect registry. An Error

2025-01-10 15:47:30
configparser.RawConfigParser.add_section()
  • References/Python/Python/File Formats

add_section(section) Add a section named section to the instance. If a section by the given name already exists,

2025-01-10 15:47:30
xdrlib.Unpacker.unpack_opaque()
  • References/Python/Python/File Formats

Unpacker.unpack_opaque() Unpacks and returns a variable length opaque data string, similarly to unpack_string()

2025-01-10 15:47:30
configparser.ConfigParser.read_dict()
  • References/Python/Python/File Formats

read_dict(dictionary, source='') Load configuration from any object that provides a dict-like items() method. Keys

2025-01-10 15:47:30
configparser.InterpolationMissingOptionError
  • References/Python/Python/File Formats

exception configparser.InterpolationMissingOptionError Exception raised when an option referenced from a value does not exist

2025-01-10 15:47:30