mirror of
https://github.com/davidhalter/django-stubs.git
synced 2025-12-14 15:57:08 +08:00
3 lines
87 B
Python
3 lines
87 B
Python
class DatabaseFeatures:
|
|
@cached_property
|
|
def supports_stddev(self) -> bool: ... |