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
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
netrc.NetrcParseError
  • References/Python/Python/File Formats

exception netrc.NetrcParseError Exception raised by the netrc class when syntactical errors are encountered in

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

Packer.pack_double(value) Packs the double-precision floating point number value.

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

csv.field_size_limit([new_limit]) Returns the current maximum field size allowed by the parser. If new_limit is given

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

class plistlib.Data(data) Return a “data” wrapper object around the bytes object data. This is used in functions converting

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

Unpacker.unpack_farray(n, unpack_item) Unpacks and returns (as a list) a fixed length array of homogeneous items. n

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

read_file(f, source=None) Read and parse configuration data from f which must be an iterable yielding Unicode strings

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

Packer.pack_float(value) Packs the single-precision floating point number value.

2025-01-10 15:47:30