Unpacker.reset(data) Resets the string buffer with the given data.
exception netrc.NetrcParseError Exception raised by the netrc class when syntactical errors are encountered in
Unpacker.unpack_double() Unpacks a double-precision floating point number, similarly to unpack_float().
read_file(f, source=None) Read and parse configuration data from f which must be an iterable yielding Unicode strings
exception configparser.Error Base class for all other configparser exceptions.
class netrc.netrc([file]) A netrc instance or subclass instance encapsulates data from a netrc file. The initialization
csv.field_size_limit([new_limit]) Returns the current maximum field size allowed by the parser. If new_limit is given
Packer.pack_float(value) Packs the single-precision floating point number value.
class plistlib.Data(data) Return a “data” wrapper object around the bytes object data. This is used in functions converting
Packer.pack_double(value) Packs the double-precision floating point number value.
Page 1 of 12