csv.Dialect.quotechar

Dialect.quotechar A one-character string used to quote fields containing special characters, such as the delimiter

2016-10-07 17:29:26
xdrlib.Unpacker.unpack_string()

Unpacker.unpack_string() Unpacks and returns a variable length string. The length of the string is first unpacked as an unsigned

2016-10-07 17:47:39
plistlib.readPlist()

plistlib.readPlist(pathOrFile) Read a plist file. pathOrFile may be either a file name or a (readable and binary) file

2016-10-07 17:40:50
csv.Dialect.strict

Dialect.strict When True, raise exception Error on bad CSV input. The default is False

2016-10-07 17:29:27
xdrlib.Packer

class xdrlib.Packer Packer is the class for packing data into XDR representation. The Packer class

2016-10-07 17:47:35
plistlib.loads()

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

2016-10-07 17:40:50
configparser.ConfigParser.remove_section()

remove_section(section) Remove the specified section from the configuration. If the section in fact existed, return

2016-10-07 17:29:14
xdrlib.Unpacker.unpack_fstring()

Unpacker.unpack_fstring(n) Unpacks and returns a fixed length string. n is the number of characters expected. Padding

2016-10-07 17:47:38
csv.DictReader

class csv.DictReader(csvfile, fieldnames=None, restkey=None, restval=None, dialect='excel', *args, **kwds) Create an object

2016-10-07 17:29:27
configparser.ConfigParser.options()

options(section) Return a list of options available in the specified section.

2016-10-07 17:29:12