issue_comments: 260166034
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/1072#issuecomment-260166034 | https://api.github.com/repos/pydata/xarray/issues/1072 | 260166034 | MDEyOklzc3VlQ29tbWVudDI2MDE2NjAzNA== | 5572303 | 2016-11-13T04:14:38Z | 2016-11-13T04:14:38Z | CONTRIBUTOR | So these are my ``` f = _func_slash_method_wrapper(fillna) method = cls._binary_op(f, join='left', fillna=True) setattr(cls, '_fillna', method) f = _func_slash_method_wrapper(fillna) method = cls._binary_op(f, join='outer', fillna=True) setattr(cls, '_combine_first', method) ``` Within dataarray.py and dataset.py, Given this construct, I'm not sure how to do the refactor like you mentioned. Perhaps a few more pointers to the right direction? :) |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
186680248 |