Please enable JavaScript.
Coggle requires JavaScript to display documents.
Python (function (packaging and unpackaging (*args: non key word argument,…
Python
function
filter(function, iterable)
-
-
-
-
python advanced topics
-
decorator
a function that takes the to-be-decorated function as parameter, define a mid-function which add another attributes to the parameter function (decoration), and the outer function return the mid function.
-
-