mirror of
https://github.com/simonw/sqlite-utils.git
synced 2026-07-25 18:34:32 +02:00
Finished adding docstrings and type hints to db
This commit is contained in:
parent
f51b712479
commit
43bc064817
3 changed files with 212 additions and 66 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue