Foxcapades
I write code and stuff.
- Total activity 6
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 3
-
Edited Disable a warning when using specified decorator(s)
I have a custom decorator which, like the @classmethod decorator, wraps the target method in such a way that it expects the type of the parent class rather than a class instance (cls vs self).I und... -
Edited Autocomplete/suggestions for generated methods on a decorated class.
I see that PyCharm can offer suggestions/autocomplete for generated class members, like the signature of the __init__ function generated by the dataclass decorator, but I'm not sure how to get that...