csv.field_size_limit()

csv.field_size_limit([new_limit]) Returns the current maximum field size allowed by the parser. If new_limit is given

2016-10-07 17:29:28
plistlib.load()

plistlib.load(fp, *, fmt=None, use_builtin_types=True, dict_type=dict) Read a plist file. fp should be a readable and

2016-10-07 17:40:49
configparser.ConfigParser.read_file()

read_file(f, source=None) Read and parse configuration data from f which must be an iterable yielding Unicode strings

2016-10-07 17:29:13
xdrlib.Unpacker.reset()

Unpacker.reset(data) Resets the string buffer with the given data.

2016-10-07 17:47:37
csv.Dialect.doublequote

Dialect.doublequote Controls how instances of quotechar appearing inside a field should themselves be quoted. When

2016-10-07 17:29:26
netrc.NetrcParseError

exception netrc.NetrcParseError Exception raised by the netrc class when syntactical errors are encountered in

2016-10-07 17:38:08
configparser.ConfigParser.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:11
xdrlib.Unpacker.unpack_double()

Unpacker.unpack_double() Unpacks a double-precision floating point number, similarly to unpack_float().

2016-10-07 17:47:38
configparser.ConfigParser.optionxform()

optionxform(option) Transforms the option name option as found in an input file or as passed in by client code to the

2016-10-07 17:29:13
plistlib.writePlist()

plistlib.writePlist(rootObject, pathOrFile) Write rootObject to an XML plist file. pathOrFile may be either

2016-10-07 17:40:50