-
-
Notifications
You must be signed in to change notification settings - Fork 52
Open
Labels
featureNew feature or requestNew feature or request
Description
I'd like to customize the behavior of Visitor.decorators_to_labels
(my specific use case is that I want to handle @property
s as methods instead of attributes). It seems that there isn't an easy extension point to modify the behavior of this method.
I can monkeypatch the builtin_decorators
and stdlib_decorators
global mappings in visitor.py
, but this could be brittle
Metadata
Metadata
Assignees
Labels
featureNew feature or requestNew feature or request