python-makefun
python-makefun copied to clipboard
Dynamically create python functions with a proper signature.
Call to wraps fails on decorating objects that miss \_\_dict\_\_ or do not support \_\_dict\_\_ manipulation. E.g. classes or special methods (e.g. \_\_setattr\_\_). Please consider [this](https://discuss.python.org/t/wraps-support-for-classes/16318) solution and/or adding 'updated'...
It seems that since python 3.12.4 (or .1, or .2, or .3 but it was not the case in 3.12.0), ```python def f(a, b, c, /, *, d, **e): return...
Python 3.13 dedents all docstrings, while older versions only stripped initial whitespace (from the first line). To achieve consistent matches across all Python versions, use a regular expression to dedent...
This seems to be just a very trivial formatting difference: ``` =================================== FAILURES =================================== ___________________________________ test_doc ___________________________________ def test_doc(): def foo(x, y): """ a `foo` function :param x: :param y:...
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4.1.1 to 4.1.7. Release notes Sourced from actions/download-artifact's releases. v4.1.7 What's Changed Update @actions/artifact dependency by @bethanyj28 in actions/download-artifact#325 Full Changelog: https://github.com/actions/download-artifact/compare/v4.1.6...v4.1.7 v4.1.6 What's Changed updating @actions/artifact...