mirror of
https://github.com/davidhalter/django-stubs.git
synced 2025-12-20 19:01:16 +08:00
merge with stubgen output
This commit is contained in:
@@ -1,14 +1,12 @@
|
||||
# Stubs for django.utils.duration (Python 3.6)
|
||||
#
|
||||
# NOTE: This dynamically typed stub was automatically generated by stubgen.
|
||||
|
||||
from typing import Any
|
||||
|
||||
from datetime import timedelta
|
||||
from typing import Tuple
|
||||
|
||||
|
||||
def _get_duration_components(duration: timedelta) -> Tuple[int, int, int, int, int]: ...
|
||||
|
||||
|
||||
def duration_string(duration: timedelta) -> str: ...
|
||||
def duration_iso_string(duration: timedelta) -> str: ...
|
||||
|
||||
|
||||
def duration_microseconds(delta: timedelta) -> int: ...
|
||||
|
||||
|
||||
def duration_string(duration: timedelta) -> str: ...
|
||||
Reference in New Issue
Block a user