Python documentation,
http://python.org/doc/2.4.1/lib/typesfunctions.html

-----------------
 2.3.10.3 Functions

Function objects are created by function definitions. The only
operation on a function object is to call it: func(argument-list).

There are really two flavors of function objects: built-in functions
and user-defined functions. Both support the same operation (to call
the function), but the implementation is different, hence the different
object types.

See the Python Reference Manual for more information.
-----------------

Fuck the python doc wasted my time. Fuck python coders.
Each time i tried to use python doc and got frustrated because it being
grossly incompetent, i'll post a message like this, no more frequent
than once a week. This will go on as long the python community does
nothing to fix it or that i remain coding in python.
For reference, see
 http://xahlee.org/perl-python/re-write_notes.html

 Xah
 [EMAIL PROTECTED]
∑ http://xahlee.org/

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to