mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-02-19 16:24:13 +08:00
9
stdlib/2/doctest.pyi
Normal file
9
stdlib/2/doctest.pyi
Normal file
@@ -0,0 +1,9 @@
|
||||
# Stubs for doctest
|
||||
|
||||
# NOTE: These are incomplete!
|
||||
|
||||
from typing import Any, Tuple
|
||||
|
||||
# TODO arguments missing
|
||||
def testmod(m: Any = ..., name: str = ..., globs: Any = ...,
|
||||
verbose: bool = ...) -> Tuple[int, int]: ...
|
||||
Reference in New Issue
Block a user