Finished adding docstrings and type hints to db

This commit is contained in:
Simon Willison 2021-08-10 16:05:35 -07:00
commit 43bc064817
3 changed files with 212 additions and 66 deletions

View file

@ -962,7 +962,7 @@ The ``table.analyze_column(column, common_limit=10, value_truncate=None)`` metho
The name of the column
``total_rows``
The total number of rows in the table`
The total number of rows in the table
``num_null``
The number of rows for which this column is null

View file

@ -37,7 +37,7 @@ sqlite_utils.db.Table
:members:
:undoc-members:
:show-inheritance:
:exclude-members: guess_foreign_column, value_or_default, build_insert_queries_and_params, insert_chunk
:exclude-members: guess_foreign_column, value_or_default, build_insert_queries_and_params, insert_chunk, add_missing_columns
.. _reference_db_view: