xdrlib.Packer.pack_string()

Packer.pack_string(s) Packs a variable length string, s. The length of the string is first packed as an unsigned integer

2016-10-07 17:47:36
csv.excel_tab

class csv.excel_tab The excel_tab class defines the usual properties of an Excel-generated TAB-delimited file.

2016-10-07 17:29:28
xdrlib.Unpacker.unpack_fopaque()

Unpacker.unpack_fopaque(n) Unpacks and returns a fixed length opaque data stream, similarly to unpack_fstring()

2016-10-07 17:47:38
xdrlib.Packer.pack_bytes()

Packer.pack_bytes(bytes) Packs a variable length byte stream, similarly to pack_string().

2016-10-07 17:47:35
configparser.ConfigParser.read()

read(filenames, encoding=None) Attempt to read and parse a list of filenames, returning a list of filenames which were successfully

2016-10-07 17:29:13
csv.csvreader.line_num

csvreader.line_num The number of lines read from the source iterator. This is not the same as the number of records returned

2016-10-07 17:29:25
csv.Dialect.delimiter

Dialect.delimiter A one-character string used to separate fields. It defaults to ','.

2016-10-07 17:29:26
csv.Sniffer.sniff()

sniff(sample, delimiters=None) Analyze the given sample and return a Dialect subclass reflecting the parameters

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

getboolean(section, option, *, raw=False, vars=None[, fallback]) A convenience method which coerces the option in the

2016-10-07 17:29:11
configparser.ConfigParser.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:14