kees
Results
1
issues of
kees
When a function features multiple Returns/Yields they cannot be individually mentioned in the docstring like Parameters would (see code example below). def multiple_returns(a, b): """Multiple returns example. Parameters ---------- a...
enhancement