mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-10 05:51:52 +08:00
Stubgen some more stdlib modules.
Copy doctest.pyi from 3 to 2.7.
This commit is contained in:
9
stdlib/2.7/doctest.pyi
Normal file
9
stdlib/2.7/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