Open lvh opened 13 years ago
This behavior is useful for other kinds of manglers, too.
This would break the API.
@misdirector @affect... @affect... def f(...):
Would have to become:
@affect... @affect... @misdirector def f(...):
... due to the order decorators are applied in.
This behavior is useful for other kinds of manglers, too.