decorator keyword arguments

Bug #1393776 reported by John Vandenberg
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
pydoctor
New
Undecided
Unassigned

Bug Description

decorator arguments are included with only their default values, and not the keywords associated.

i.e. the output is

@decorator_x('foo', 'bar')

it should be

@decorator_x(y='foo', z='bar')

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.