plistlib.readPlistFromBytes()

plistlib.readPlistFromBytes(data) Read a plist data from a bytes object. Return the root object. See

2016-10-07 17:40:50
csv.unix_dialect

class csv.unix_dialect The unix_dialect class defines the usual properties of a CSV file generated on UNIX systems

2016-10-07 17:29:30
csv.DictWriter.writeheader()

DictWriter.writeheader() Write a row with the field names (as specified in the constructor).

2016-10-07 17:29:27
configparser.NoOptionError

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

2016-10-07 17:29:16
configparser.optionxform()

configparser.optionxform(option) This method transforms option names on every read, get, or set operation. The default converts

2016-10-07 17:29:16
csv.list_dialects()

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

2016-10-07 17:29:29
configparser.BasicInterpolation

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

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

read_string(string, source='') Parse configuration data from a string. Optional argument source

2016-10-07 17:29:13
configparser.SECTCRE

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

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

Packer.pack_fopaque(n, data) Packs a fixed length opaque data stream, similarly to pack_fstring().

2016-10-07 17:47:36