mirror of
https://github.com/davidhalter/django-stubs.git
synced 2025-12-08 04:54:48 +08:00
first version finished
This commit is contained in:
7
django/utils/lorem_ipsum.pyi
Normal file
7
django/utils/lorem_ipsum.pyi
Normal file
@@ -0,0 +1,7 @@
|
||||
def paragraph() -> str: ...
|
||||
|
||||
|
||||
def sentence() -> str: ...
|
||||
|
||||
|
||||
def words(count: int, common: bool = ...) -> str: ...
|
||||
Reference in New Issue
Block a user