Python documentation,
-----------------
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
Xah
xah@xahlee.org
∑ http://xahlee.org/
-----------------
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
Xah
xah@xahlee.org
∑ http://xahlee.org/
Comment