Files
django-stubs/django-stubs/utils/lorem_ipsum.pyi

11 lines
248 B
Python

from typing import Any, List
COMMON_P: str
WORDS: Any
COMMON_WORDS: Any
def sentence() -> str: ...
def paragraph() -> str: ...
def paragraphs(count: int, common: bool = ...) -> List[str]: ...
def words(count: int, common: bool = ...) -> str: ...