issue_comments: 576424752
This data as json
html_url | issue_url | id | node_id | user | created_at | updated_at | author_association | body | reactions | performed_via_github_app | issue |
---|---|---|---|---|---|---|---|---|---|---|---|
https://github.com/pydata/xarray/issues/3709#issuecomment-576424752 | https://api.github.com/repos/pydata/xarray/issues/3709 | 576424752 | MDEyOklzc3VlQ29tbWVudDU3NjQyNDc1Mg== | 35968931 | 2020-01-20T20:43:29Z | 2020-01-20T20:43:29Z | MEMBER | Difficulties with method chainingArbitraily long method chaining would be great, i.e.
The problem is that the way the I've found a way to get around this, but I'd like some feedback on the approach because it might be needlessly complicated. I would like to do it by subclassing to create an To allow for the final method to recompute all the previous steps, each inherited computation method would be wrapped by a decorator which records the function used and it's arguments.
That way the final method (which really you know will either be I've got a very rough example of this working, but as I said there might be a much easier way... |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
552500673 |