Change all the function attributes from func_* -> __*__. This gets rid
of func_name, func_dict and func_doc as they already exist as __name__, __dict__ and __doc__.
Showing
Please register or sign in to comment
of func_name, func_dict and func_doc as they already exist as __name__, __dict__ and __doc__.