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

Unpacker.get_buffer() Returns the current unpack data buffer as a string.

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
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
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
csv.excel
  • References/Python/Python/File Formats

class csv.excel The excel class defines the usual properties of an Excel-generated CSV file. It is registered with

2025-01-10 15:47:30