mirror of
https://github.com/davidhalter/django-stubs.git
synced 2025-12-10 05:51:53 +08:00
move generated stubs to separate directory, too messty
This commit is contained in:
15
django-stubs-generated/utils/timesince.pyi
Normal file
15
django-stubs-generated/utils/timesince.pyi
Normal file
@@ -0,0 +1,15 @@
|
||||
from datetime import date
|
||||
from typing import Any, Optional
|
||||
|
||||
TIME_STRINGS: Any
|
||||
TIMESINCE_CHUNKS: Any
|
||||
|
||||
def timesince(
|
||||
d: date,
|
||||
now: Optional[date] = ...,
|
||||
reversed: bool = ...,
|
||||
time_strings: None = ...,
|
||||
) -> str: ...
|
||||
def timeuntil(
|
||||
d: date, now: Optional[date] = ..., time_strings: None = ...
|
||||
) -> str: ...
|
||||
Reference in New Issue
Block a user