Files
django-stubs/django-stubs-generated/utils/lorem_ipsum.pyi
2018-11-10 17:49:18 +03:00

11 lines
258 B
Python

from typing import Any, List, Optional
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: ...