mirror of
https://github.com/davidhalter/django-stubs.git
synced 2025-12-11 06:21:58 +08:00
move generated stubs to separate directory, too messty
This commit is contained in:
10
django-stubs-generated/utils/lorem_ipsum.pyi
Normal file
10
django-stubs-generated/utils/lorem_ipsum.pyi
Normal file
@@ -0,0 +1,10 @@
|
||||
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: ...
|
||||
Reference in New Issue
Block a user