Skip to content

Commit

Permalink
Finished adding docstrings and type hints to db
Browse files Browse the repository at this point in the history
  • Loading branch information
simonw committed Aug 10, 2021
1 parent f51b712 commit 43bc064
Show file tree
Hide file tree
Showing 3 changed files with 212 additions and 66 deletions.
2 changes: 1 addition & 1 deletion docs/python-api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/reference.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down
Loading

0 comments on commit 43bc064

Please sign in to comment.