home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 1267925830

This data as json

html_url issue_url id node_id user created_at updated_at author_association body reactions issue performed_via_github_app
https://github.com/simonw/datasette/issues/1832#issuecomment-1267925830 https://api.github.com/repos/simonw/datasette/issues/1832 1267925830 IC_kwDOBm6k_c5LkwNG 9599 2022-10-05T04:31:57Z 2022-10-05T04:31:57Z OWNER

Turns out this already works - __bool__ falls back on __len__: https://docs.python.org/3/reference/datamodel.html#object.bool

When this method is not defined, __len__() is called, if it is defined, and the object is considered true if its result is nonzero.

I'll add a test to demonstrate this.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
1397193691  
Powered by Datasette · Queries took 0.882ms · About: github-to-sqlite