mirror of
https://github.com/davidhalter/django-stubs.git
synced 2025-12-06 20:24:31 +08:00
7 lines
112 B
Python
7 lines
112 B
Python
def paragraph() -> str: ...
|
|
|
|
|
|
def sentence() -> str: ...
|
|
|
|
|
|
def words(count: int, common: bool = ...) -> str: ... |