mirror of
https://github.com/davidhalter/django-stubs.git
synced 2026-02-16 15:02:30 +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: ... |