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

remove_option(section, option) Remove the specified option from the specified section. If the section does

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
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
configparser.DuplicateOptionError
  • References/Python/Python/File Formats

exception configparser.DuplicateOptionError Exception raised by strict parsers if a single option appears twice during reading

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

exception configparser.InterpolationError Base class for exceptions raised when problems occur performing string interpolation

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
netrc.netrc.hosts
  • References/Python/Python/File Formats

netrc.hosts Dictionary mapping host names to (login, account, password) tuples. The ‘default’ entry, if any, is

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_fstring()
  • References/Python/Python/File Formats

Packer.pack_fstring(n, s) Packs a fixed length string, s. n is the length of the string but it is not

2025-01-10 15:47:30