home / github / issues

Menu
  • GraphQL API
  • Search all tables

issues: 209523348

This data as json

id node_id number title user state locked assignee milestone comments created_at updated_at closed_at author_association active_lock_reason draft pull_request body reactions performed_via_github_app state_reason repo type
209523348 MDU6SXNzdWUyMDk1MjMzNDg= 1281 update_attrs method 4441865 closed 0     6 2017-02-22T17:23:51Z 2017-03-07T19:35:03Z 2017-03-07T19:35:03Z CONTRIBUTOR      

Updating attrs is an operation that consistently breaks up my method chaining. This should be easy to solve with something like

def update_attrs(self, *args, **kwargs): self.attrs.update(*args, **kwargs) return self

Thoughts?

edit: I guess it should return a modified object rather than acting as an in-place operation...is copying appropriate here? How is this usually handled?

{
    "url": "https://api.github.com/repos/pydata/xarray/issues/1281/reactions",
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  completed 13221727 issue

Links from other tables

  • 0 rows from issues_id in issues_labels
  • 6 rows from issue in issue_comments
Powered by Datasette · Queries took 0.758ms · About: xarray-datasette