Skip to content

Commit 71804c3

Browse files
authored
Add empty stubs for xml.dom.* modules. (#3856)
1 parent d4c3ccb commit 71804c3

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

stdlib/2and3/xml/dom/minidom.pyi

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
from typing import Any
2+
3+
def __getattr__(name: str) -> Any: ... # incomplete

stdlib/2and3/xml/dom/pulldom.pyi

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
from typing import Any
2+
3+
def __getattr__(name: str) -> Any: ... # incomplete

0 commit comments

Comments
 (0)