remove prints + doc
This commit is contained in:
parent
b8ad0358c5
commit
25dcce742c
|
@ -96,7 +96,8 @@ class SpoofMixin:
|
|||
|
||||
:param str name: function name
|
||||
: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 \
|
||||
of `(args, kwargs)`.
|
||||
:raises ValueError: the function has been called multiple time.
|
||||
|
|
Loading…
Reference in New Issue
Block a user