netrc.netrc.
  • References/Python/Python/File Formats

netrc.__repr__() Dump the class data as a string in the format of a netrc file. (This discards comments and may reorder the

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

sections() Return a list of the sections available; the default section is not included in the list.

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

csvwriter.writerows(rows) Write all the rows parameters (a list of row objects as described above) to the

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

class configparser.ConfigParser(defaults=None, dict_type=collections.OrderedDict, allow_no_value=False, delimiters=('=', ':'), comment_prefixes=('#', ';'), inline_c

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

plistlib.readPlistFromBytes(data) Read a plist data from a bytes object. Return the root object. See

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

exception configparser.InterpolationSyntaxError Exception raised when the source text into which substitutions are made does

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

Unpacker.unpack_array(unpack_item) Unpacks and returns a variable length list of homogeneous items. First, the length

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

csv.get_dialect(name) Return the dialect associated with name. An Error is raised if name is

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

exception configparser.MissingSectionHeaderError Exception raised when attempting to parse a file which has no section headers

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

exception configparser.DuplicateSectionError Exception raised if add_section() is called with the name of a section

2025-01-10 15:47:30