plistlib.readPlist()
  • References/Python/Python/File Formats

plistlib.readPlist(pathOrFile) Read a plist file. pathOrFile may be either a file name or a (readable and binary) file

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

Dialect.strict When True, raise exception Error on bad CSV input. The default is False

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

has_option(section, option) If the given section exists, and contains the given option, return

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

remove_section(section) Remove the specified section from the configuration. If the section in fact existed, return

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

write(fileobject, space_around_delimiters=True) Write a representation of the configuration to the specified

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

options(section) Return a list of options available in the specified section.

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

Unpacker.unpack_fstring(n) Unpacks and returns a fixed length string. n is the number of characters expected. Padding

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

Packer.pack_bytes(bytes) Packs a variable length byte stream, similarly to pack_string().

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

Dialect.delimiter A one-character string used to separate fields. It defaults to ','.

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

class configparser.ExtendedInterpolation An alternative handler for interpolation which implements a more advanced syntax, used

2025-01-10 15:47:30