mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-02-06 01:47:41 +08:00
Add __all__ for modules beginning with 'u', 'x', 'w' and 'z' (#7374)
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
from typing import Any, Iterable, TypeVar
|
||||
|
||||
__all__ = ["NodeList", "EmptyNodeList", "StringTypes", "defproperty"]
|
||||
|
||||
_T = TypeVar("_T")
|
||||
|
||||
StringTypes: tuple[type[str]]
|
||||
|
||||
@@ -4,6 +4,8 @@ from urllib.request import OpenerDirector
|
||||
from xml.dom.expatbuilder import ExpatBuilder, ExpatBuilderNS
|
||||
from xml.dom.minidom import Node
|
||||
|
||||
__all__ = ["DOMBuilder", "DOMEntityResolver", "DOMInputSource"]
|
||||
|
||||
# UNKNOWN TYPES:
|
||||
# - `Options.errorHandler`.
|
||||
# The same as `_DOMBuilderErrorHandlerType`?
|
||||
|
||||
Reference in New Issue
Block a user