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

Unpacker.unpack_double() Unpacks a double-precision floating point number, similarly to unpack_float().

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

exception configparser.Error Base class for all other configparser exceptions.

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
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
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
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.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