xdrlib.Packer.pack_opaque()

Packer.pack_opaque(data) Packs a variable length opaque data string, similarly to pack_string().

2016-10-07 17:47:36
xdrlib.Unpacker.set_position()

Unpacker.set_position(position) Sets the data buffer unpack position to position. You should be careful about using

2016-10-07 17:47:37
configparser.ExtendedInterpolation

class configparser.ExtendedInterpolation An alternative handler for interpolation which implements a more advanced syntax, used

2016-10-07 17:29:15
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
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.writer()

csv.writer(csvfile, dialect='excel', **fmtparams) Return a writer object responsible for converting the user’s data into delimited

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

items(raw=False, vars=None) items(section, raw=False, vars=None) When section is not given, return a list

2016-10-07 17:29:12
xdrlib.Unpacker

class xdrlib.Unpacker(data) Unpacker is the complementary class which unpacks XDR data values from a string buffer

2016-10-07 17:47:37
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
xdrlib.Unpacker.unpack_list()

Unpacker.unpack_list(unpack_item) Unpacks and returns a list of homogeneous items. The list is unpacked one element at a time

2016-10-07 17:47:38