Viewing profile — scoutoss11235
scoutoss11235
HN member- Joined
- Wed, Apr 09, 2014, 2:18 PM UTC
- HN karma
- 1
- Public activity
- 3 items
- HN profile
- View on Hacker News ↗
About scoutoss11235
No profile information was provided.
Recent public activity
-
comment
Comment #12207995
In general, classmethod and staticmethod and property should almost always be the last decorator applied if you decorate a method multiple times in Python. This is because, unlike …
-
comment
Comment #12207971
For what it's worth, the classmethod issue that concerns the author is mostly a non-issue if you apply your decorator before you wrap your function in a classmethod: In [1]: def my…
-
comment
Comment #12163418
I looked at it briefly over the weekend and then got distracted trying to make numpy.isfinite() work on datetimes :(. It's still in the queue though! Feel encouraged to gently bump…