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

plistlib.writePlist(rootObject, pathOrFile) Write rootObject to an XML plist file. pathOrFile may be either

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

add_section(section) Add a section named section to the instance. If a section by the given name already exists,

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

class netrc.netrc([file]) A netrc instance or subclass instance encapsulates data from a netrc file. The initialization

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

Unpacker.reset(data) Resets the string buffer with the given data.

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

getfloat(section, option, *, raw=False, vars=None[, fallback]) A convenience method which coerces the option in the

2025-01-10 15:47:30
xdrlib.ConversionError
  • References/Python/Python/File Formats

exception xdrlib.ConversionError Class derived from Error. Contains no additional instance variables.

2025-01-10 15:47:30
xdrlib.Error
  • References/Python/Python/File Formats

exception xdrlib.Error The base exception class. Error has a single public attribute msg containing

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

Unpacker.get_position() Returns the current unpack position in the data buffer.

2025-01-10 15:47:30