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

class csv.excel The excel class defines the usual properties of an Excel-generated CSV file. It is registered with

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

csv.register_dialect(name[, dialect[, **fmtparams]]) Associate dialect with name. name must be a

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

csvreader.dialect A read-only description of the dialect in use by the parser.

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

Packer.reset() Resets the pack buffer to the empty string.

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

netrc.authenticators(host) Return a 3-tuple (login, account, password) of authenticators for host. If

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

csv.reader(csvfile, dialect='excel', **fmtparams) Return a reader object which will iterate over lines in the given csvfile

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

netrc.__repr__() Dump the class data as a string in the format of a netrc file. (This discards comments and may reorder the

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

Unpacker.unpack_array(unpack_item) Unpacks and returns a variable length list of homogeneous items. First, the length

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

sections() Return a list of the sections available; the default section is not included in the list.

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

remove_option(section, option) Remove the specified option from the specified section. If the section does

2025-01-10 15:47:30