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

Packer.pack_bytes(bytes) Packs a variable length byte stream, similarly to pack_string().

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.delimiter
  • References/Python/Python/File Formats

Dialect.delimiter A one-character string used to separate fields. It defaults to ','.

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

has_section(section) Indicates whether the named section is present in the configuration. The default section

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

csv.writer(csvfile, dialect='excel', **fmtparams) Return a writer object responsible for converting the user’s data into delimited

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

class configparser.ExtendedInterpolation An alternative handler for interpolation which implements a more advanced syntax, used

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
csv.Sniffer.sniff()
  • References/Python/Python/File Formats

sniff(sample, delimiters=None) Analyze the given sample and return a Dialect subclass reflecting the parameters

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