Foxcapades

I write code and stuff.
- 活动总数 6
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 3
-
Foxcapades 创建了一个帖子, 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... -
Foxcapades 创建了一个帖子, 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... -