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_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.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.ConfigParser.get()
  • References/Python/Python/File Formats

get(section, option, *, raw=False, vars=None[, fallback]) Get an option value for the named section. If vars

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
xdrlib.Packer.pack_fopaque()
  • References/Python/Python/File Formats

Packer.pack_fopaque(n, data) Packs a fixed length opaque data stream, similarly to pack_fstring().

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

Packer.pack_array(list, pack_item) Packs a variable length list of homogeneous items. First, the length of the list

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

exception configparser.NoOptionError Exception raised when a specified option is not found in the specified section.

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