mirror of
https://github.com/davidhalter/django-stubs.git
synced 2025-12-08 04:54:48 +08:00
6 lines
198 B
Python
6 lines
198 B
Python
from datetime import timedelta
|
|
|
|
def duration_string(duration: timedelta) -> str: ...
|
|
def duration_iso_string(duration: timedelta) -> str: ...
|
|
def duration_microseconds(delta: timedelta) -> int: ...
|