Stubgen some more stdlib modules.

Copy doctest.pyi from 3 to 2.7.
This commit is contained in:
Ben Darnell
2016-01-16 16:54:47 -05:00
parent 3a674645a5
commit b7b7da1a85
5 changed files with 144 additions and 0 deletions

View File

View File

@@ -0,0 +1,10 @@
# Stubs for html.entities (Python 3.5)
#
# NOTE: This dynamically typed stub was automatically generated by stubgen.
from typing import Any
name2codepoint = ... # type: Any
html5 = ... # type: Any
codepoint2name = ... # type: Any
entitydefs = ... # type: Any