decorator keyword arguments
Bug #1393776 reported by
John Vandenberg
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_
To post a comment you must log in.