Files
django-stubs/django/utils/lorem_ipsum.pyi
2018-07-29 18:27:46 +03:00

7 lines
112 B
Python

def paragraph() -> str: ...
def sentence() -> str: ...
def words(count: int, common: bool = ...) -> str: ...