File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1041,6 +1041,8 @@ str(object) printablerepresentation of an object. Class overridable
10411041 (__str__).See also repr().
10421042super(type) Create an unbound super object. Used to call cooperative
10431043 superclass methods.
1044+ sum(sequence, Add the values in the sequence and return the sum.
1045+ [start])
10441046tuple(sequence) Creates a tuple with same elements as sequence. If already
10451047 a tuple, return itself (not a copy).
10461048 Returns a type object [see module types] representing
@@ -1862,6 +1864,7 @@ compileall Force "compilation" of all .py files in a directory.
18621864ConfigParser Configuration file parser (much like windows .ini files)
18631865copy Generic shallow and deep copying operations.
18641866copy_reg Helper to provide extensibility for pickle/cPickle.
1867+ csv Read and write files with comma separated values.
18651868dbhash (g)dbm-compatible interface to bsdhash.hashopen.
18661869dircache Sorted list of files in a dir, using a cache.
18671870[DEL:dircmp:DEL] [DEL:Defines a class to build directory diff tools on.:DEL]
You can’t perform that action at this time.
0 commit comments