Files
django-stubs/django-stubs-generated/utils/timesince.pyi
2018-12-03 18:52:44 +03:00

9 lines
299 B
Python

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: ...