Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ca60cac

Browse files
committed
Update for new module and new builtin.
1 parent 3898a70 commit ca60cac

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Misc/cheatsheet

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1041,6 +1041,8 @@ str(object) printablerepresentation of an object. Class overridable
10411041
(__str__).See also repr().
10421042
super(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])
10441046
tuple(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.
18621864
ConfigParser Configuration file parser (much like windows .ini files)
18631865
copy Generic shallow and deep copying operations.
18641866
copy_reg Helper to provide extensibility for pickle/cPickle.
1867+
csv Read and write files with comma separated values.
18651868
dbhash (g)dbm-compatible interface to bsdhash.hashopen.
18661869
dircache 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]

0 commit comments

Comments
 (0)