csv.excel_tab
  • References/Python/Python/File Formats

class csv.excel_tab The excel_tab class defines the usual properties of an Excel-generated TAB-delimited file.

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

class xdrlib.Unpacker(data) Unpacker is the complementary class which unpacks XDR data values from a string buffer

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

getboolean(section, option, *, raw=False, vars=None[, fallback]) A convenience method which coerces the option in the

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

csvwriter.writerow(row) Write the row parameter to the writer’s file object, formatted according to the current dialect

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

Unpacker.unpack_fopaque(n) Unpacks and returns a fixed length opaque data stream, similarly to unpack_fstring()

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

Packer.pack_string(s) Packs a variable length string, s. The length of the string is first packed as an unsigned integer

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

items(raw=False, vars=None) items(section, raw=False, vars=None) When section is not given, return a list

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

defaults() Return a dictionary containing the instance-wide defaults.

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

csvreader.line_num The number of lines read from the source iterator. This is not the same as the number of records returned

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

csvwriter.dialect A read-only description of the dialect in use by the writer.

2025-01-10 15:47:30