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

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

2025-01-10 15:47:30
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
csv.Dialect
  • References/Python/Python/File Formats

class csv.Dialect The Dialect class is a container class relied on primarily for its attributes, which are used

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

read(filenames, encoding=None) Attempt to read and parse a list of filenames, returning a list of filenames which were successfully

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

Unpacker.set_position(position) Sets the data buffer unpack position to position. You should be careful about using

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

Unpacker.unpack_list(unpack_item) Unpacks and returns a list of homogeneous items. The list is unpacked one element at a time

2025-01-10 15:47:30