!111: tests: aircox.management #114

Merged
thomas merged 7 commits from dev-1.0-111-test-aircox-management into develop-1.0 2023-06-30 14:39:56 +00:00
Showing only changes of commit 25dcce742c - Show all commits

View File

@ -96,7 +96,8 @@ class SpoofMixin:
:param str name: function name :param str name: function name
:param bool args: return positional arguments :param bool args: return positional arguments
:param bool kwargs: return named arguments :param bool|str kwargs: return named arguments. If a string, get the \
named argument at this key.
:returns either a tuple of args, a dict of kwargs, or a tuple \ :returns either a tuple of args, a dict of kwargs, or a tuple \
of `(args, kwargs)`. of `(args, kwargs)`.
:raises ValueError: the function has been called multiple time. :raises ValueError: the function has been called multiple time.