home / github / issues

Menu
  • GraphQL API
  • Search all tables

issues: 613516581

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
613516581 MDExOlB1bGxSZXF1ZXN0NDE0MjU1NDg3 4038 Use literal syntax instead of function calls to create the data structure 40136154 closed 0     1 2020-05-06T18:17:40Z 2020-05-06T22:55:40Z 2020-05-06T22:55:40Z CONTRIBUTOR   0 pydata/xarray/pulls/4038
  • [x] Passes isort -rc . && black . && mypy . && flake8
  • [x] Fully documented, including whats-new.rst for all changes and api.rst for new API

It is slower to call e.g. list() than using the empty literal, because the name list must be looked up in the global scope in case it has been rebound. Same for the other two types like dict() and tuple().

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

Links from other tables

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