sqlite-utils/sqlite_utils
Brandon Sheffield bcbda4a326 docs: add docstrings to four undocumented public Database/Queryable methods
Add docstrings to quote_default_value, supports_on_conflict,
execute_returning_dicts, and execute_count.  All four are part of the
public API but lacked any documentation, making their purpose and
behaviour unclear from the source alone.
2026-03-31 23:55:47 -05:00
..
__init__.py prepare_connection plugin hook 2023-07-22 15:59:08 -07:00
__main__.py Support 'python -m sqlite_utils', closes #368 2022-01-08 18:33:22 -08:00
cli.py More type annotations (#697) 2025-12-16 22:11:47 -08:00
db.py docs: add docstrings to four undocumented public Database/Queryable methods 2026-03-31 23:55:47 -05:00
hookspecs.py More type annotations (#697) 2025-12-16 22:11:47 -08:00
plugins.py More type annotations (#697) 2025-12-16 22:11:47 -08:00
py.typed py.typed file so mypy picks up the types, closes #331 2021-11-14 15:21:04 -08:00
recipes.py More type annotations (#697) 2025-12-16 22:11:47 -08:00
utils.py More type annotations (#697) 2025-12-16 22:11:47 -08:00