■ CONTENTS
map(function, iterable, ...).......................................................................................................... 470!
max(iterable[, key])or max([, arg, ...][, key])................................................................................ 470!
min(iterable[, key]) or min([, arg, ...][, key]) ................................................................................ 470!
reduce(function, iterable[, initializer]) ......................................................................................... 470!
reversed(seq)............................................................................................................................. 470!
sorted(iterable[, cmp[, key[, reverse]]])....................................................................................... 470!
sum(iterable[, start=0]).............................................................................................................. 471!
zip([iterable, ...])......................................................................................................................... 471!
Conversion Functions..................................................................................................................... 472!
hex(x)......................................................................................................................................... 472!
long([x[, radix]]).......................................................................................................................... 472!
oct(x) ......................................................................................................................................... 472!
ord(c)......................................................................................................................................... 472!
Functions for Working with Code.................................................................................................... 472!
classmethod(function)................................................................................................................ 472!
compile(source, filename, mode[, flags[, dont_inherit]]) ............................................................. 473!
eval(expression[, globals[, locals]])............................................................................................. 474!
execfile(filename[, globals[, locals]]) .......................................................................................... 474!
property([fget[, fset[, fdel[, doc]]]]) ............................................................................................. 475!
staticmethod(function) ............................................................................................................... 476!
super(type[, object-or-type]) ......................................................................................................476!
Input Functions .............................................................................................................................. 477!
input([prompt])........................................................................................................................... 477!
raw_input([prompt])................................................................................................................... 477!
Functions for Working with Modules and Objects ........................................................................... 478!
callable(object)........................................................................................................................... 478!
delattr(object, name).................................................................................................................. 478!
dir([object]) ................................................................................................................................ 478!
getattr(object, name[, default])................................................................................................... 479!
globals()..................................................................................................................................... 479!
hasattr(object, name) ................................................................................................................. 479!
hash(object)............................................................................................................................... 480!
help([object]).............................................................................................................................. 480!
id(object).................................................................................................................................... 480!
isinstance(object, classinfo) ....................................................................................................... 480!
www.it-ebooks.info