csv.Dialect.skipinitialspace
  • References/Python/Python/File Formats

Dialect.skipinitialspace When

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

class configparser.BasicInterpolation The default implementation used by ConfigParser. It enables values to contain

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

netrc.macros Dictionary mapping macro names to string lists.

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

Packer.pack_array(list, pack_item) Packs a variable length list of homogeneous items. First, the length of the list

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

configparser.SECTCRE A compiled regular expression used to parse section headers. The default matches [section]

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

exception configparser.NoOptionError Exception raised when a specified option is not found in the specified section.

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

Packer.pack_list(list, pack_item) Packs a list of homogeneous items. This method is useful for lists with an indeterminate

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

csv.list_dialects() Return the names of all registered dialects.

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

exception configparser.NoSectionError Exception raised when a specified section is not found.

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

plistlib.loads(data, *, fmt=None, use_builtin_types=True, dict_type=dict) Load a plist from a bytes object. See load()

2025-01-10 15:47:30