convert_to_seconds allow negative time strings and add pytests
This commit is contained in:
@@ -11,6 +11,7 @@ from types import TracebackType
|
||||
# _typeshed.OptExcInfo
|
||||
OptExcInfo = Tuple[None, None, None] | Tuple[Type[BaseException], BaseException, TracebackType]
|
||||
|
||||
|
||||
def call_stack(
|
||||
start: int = 0,
|
||||
skip_last: int = -1,
|
||||
|
||||
Reference in New Issue
Block a user