xdrlib.Unpacker.unpack_string()
  • References/Python/Python/File Formats

Unpacker.unpack_string() Unpacks and returns a variable length string. The length of the string is first unpacked as an unsigned

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

class csv.DictReader(csvfile, fieldnames=None, restkey=None, restval=None, dialect='excel', *args, **kwds) Create an object

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

exception csv.Error Raised by any of the functions when an error is detected.

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

has_header(sample) Analyze the sample text (presumed to be in CSV format) and return

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

class xdrlib.Packer Packer is the class for packing data into XDR representation. The Packer class

2025-01-10 15:47:30
configparser.ConfigParser.write()
  • References/Python/Python/File Formats

write(fileobject, space_around_delimiters=True) Write a representation of the configuration to the specified

2025-01-10 15:47:30
configparser.RawConfigParser
  • References/Python/Python/File Formats

class configparser.RawConfigParser(defaults=None, dict_type=collections.OrderedDict, allow_no_value=False, *, delimiters=('=', ':'), comment_prefixes=('#', ';'), in

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

Packer.pack_bytes(bytes) Packs a variable length byte stream, similarly to pack_string().

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

Packer.pack_opaque(data) Packs a variable length opaque data string, similarly to pack_string().

2025-01-10 15:47:30
configparser.ConfigParser.set()
  • References/Python/Python/File Formats

set(section, option, value) If the given section exists, set the given option to the specified value; otherwise raise

2025-01-10 15:47:30