configparser.DuplicateOptionError

exception configparser.DuplicateOptionError Exception raised by strict parsers if a single option appears twice during reading

2016-10-07 17:29:15
configparser.InterpolationDepthError

exception configparser.InterpolationDepthError Exception raised when string interpolation cannot be completed because the number

2016-10-07 17:29:15
configparser.InterpolationMissingOptionError

exception configparser.InterpolationMissingOptionError Exception raised when an option referenced from a value does not exist

2016-10-07 17:29:16
configparser.InterpolationError

exception configparser.InterpolationError Base class for exceptions raised when problems occur performing string interpolation

2016-10-07 17:29:15
netrc.netrc.macros

netrc.macros Dictionary mapping macro names to string lists.

2016-10-07 17:38:07
csv.Dialect.skipinitialspace

Dialect.skipinitialspace When

2016-10-07 17:29:27
configparser.RawConfigParser.set()

set(section, option, value) If the given section exists, set the given option to the specified value; otherwise raise

2016-10-07 17:29:17
configparser.RawConfigParser.add_section()

add_section(section) Add a section named section to the instance. If a section by the given name already exists,

2016-10-07 17:29:17
xdrlib.Packer.pack_array()

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

2016-10-07 17:47:35
xdrlib.Unpacker.unpack_opaque()

Unpacker.unpack_opaque() Unpacks and returns a variable length opaque data string, similarly to unpack_string()

2016-10-07 17:47:38