Name:
Anonymous
2011-11-05 15:06
what does /prog/ think of: -
**kwargs
Name:
Anonymous
2011-11-05 15:14
Useless. You should always use normal parameters (with default values, if necessary) so that they're visible in help() and such things.
Name:
Anonymous
2011-11-05 15:19
only two-star programmers use **kwargs
Name:
Anonymous
2011-11-05 18:49
It is an excellent solution for supporting higher-level programming with keyword arguments.