mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-16 00:37:10 +08:00
add (overwrite with) mypy stubs, if available
This commit is contained in:
9
stdlib/3/doctest.pyi
Normal file
9
stdlib/3/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(module: Any = None, *, name: str = None, globs: Any = None,
|
||||
verbose: bool = None) -> Tuple[int, int]: ...
|
||||
Reference in New Issue
Block a user