Files
django-stubs/django/db/backends/sqlite3/features.pyi
Maxim Kurnikov a9f215bf64 initial commit
2018-07-29 18:12:23 +03:00

3 lines
87 B
Python

class DatabaseFeatures:
@cached_property
def supports_stddev(self) -> bool: ...