mirror of
https://github.com/davidhalter/django-stubs.git
synced 2026-01-28 05:42:11 +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: ... |