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
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
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.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
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
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