False positive for "Bad argument -- expected name or tuple"
Brought to you by:
edloper
It has something to do with functions of the type
@some_decorator_of_some_sort
def a_function(
args, on, following, line=None,
and=None, wrapped=None):
"""A doc string."""
return None
but I haven't narrowed it totally down. Nonetheless the two attached files should suffice to reproduce the issue with "epydoc expected_name_or_tuple_reproduction.py".
Thanks for taking a look!