datasette/datasette/views
Miroslav Šedivý a882d67962
Modernize code to Python 3.6+ (#1158)
* Compact dict and set building
* Remove redundant parentheses
* Simplify chained conditions
* Change method name to lowercase
* Use triple double quotes for docstrings

Thanks, @eumiro!
2020-12-23 09:04:32 -08:00
..
__init__.py Refactored views into new views/ modules, refs #256 2018-05-14 00:04:23 -03:00
base.py Modernize code to Python 3.6+ (#1158) 2020-12-23 09:04:32 -08:00
database.py transfer-encoding: chunked for DB downloads, refs #749 2020-12-02 15:47:37 -08:00
index.py /db/table/-/blob/pk/column.blob download URL, refs #1036 2020-10-24 16:09:18 -07:00
special.py Use f-strings in place of .format() 2020-11-15 15:24:22 -08:00
table.py Modernize code to Python 3.6+ (#1158) 2020-12-23 09:04:32 -08:00