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

Unpacker.unpack_float() Unpacks a single-precision floating point number.

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

Unpacker.unpack_bytes() Unpacks and returns a variable length byte stream, similarly to unpack_string().

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

class csv.Sniffer The Sniffer class is used to deduce the format of a CSV file. The

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

readfp(fp, filename=None) Deprecated since version 3.2: Use

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

Dialect.doublequote Controls how instances of quotechar appearing inside a field should themselves be quoted. When

2025-01-10 15:47:30