mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-08 13:04:46 +08:00
Stubgen some more stdlib modules.
Copy doctest.pyi from 3 to 2.7.
This commit is contained in:
0
stdlib/3/html/__init__.pyi
Normal file
0
stdlib/3/html/__init__.pyi
Normal file
10
stdlib/3/html/entities.pyi
Normal file
10
stdlib/3/html/entities.pyi
Normal 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
|
||||
Reference in New Issue
Block a user