configparser.BasicInterpolation
  • References/Python/Python/File Formats

class configparser.BasicInterpolation The default implementation used by ConfigParser. It enables values to contain

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

configparser.SECTCRE A compiled regular expression used to parse section headers. The default matches [section]

2025-01-10 15:47:30
csv.csvreader.fieldnames
  • References/Python/Python/File Formats

csvreader.fieldnames If not passed as a parameter when creating the object, this attribute is initialized upon first access

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

read_string(string, source='') Parse configuration data from a string. Optional argument source

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

configparser.optionxform(option) This method transforms option names on every read, get, or set operation. The default converts

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

set(section, option, value) If the given section exists, set the given option to the specified value; otherwise raise

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
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