csv.Dialect.skipinitialspace
  • References/Python/Python/File Formats

Dialect.skipinitialspace When

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

Packer.pack_fopaque(n, data) Packs a fixed length opaque data stream, similarly to pack_fstring().

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

Packer.pack_array(list, pack_item) Packs a variable length list of homogeneous items. First, the length of the list

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

get(section, option, *, raw=False, vars=None[, fallback]) Get an option value for the named section. If vars

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

exception configparser.InterpolationDepthError Exception raised when string interpolation cannot be completed because the number

2025-01-10 15:47:30
plistlib.dump()
  • References/Python/Python/File Formats

plistlib.dump(value, fp, *, fmt=FMT_XML, sort_keys=True, skipkeys=False) Write value to a plist file. Fp should

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

DictWriter.writeheader() Write a row with the field names (as specified in the constructor).

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

csv.list_dialects() Return the names of all registered dialects.

2025-01-10 15:47:30
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
xdrlib.Unpacker.done()
  • References/Python/Python/File Formats

Unpacker.done() Indicates unpack completion. Raises an Error exception if all of the data has not been unpacked

2025-01-10 15:47:30