mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-07 20:54:28 +08:00
Add empty stubs for xml.dom.* modules. (#3856)
This commit is contained in:
committed by
GitHub
parent
d4c3ccbc16
commit
71804c38fc
3
stdlib/2and3/xml/dom/minidom.pyi
Normal file
3
stdlib/2and3/xml/dom/minidom.pyi
Normal file
@@ -0,0 +1,3 @@
|
||||
from typing import Any
|
||||
|
||||
def __getattr__(name: str) -> Any: ... # incomplete
|
||||
3
stdlib/2and3/xml/dom/pulldom.pyi
Normal file
3
stdlib/2and3/xml/dom/pulldom.pyi
Normal file
@@ -0,0 +1,3 @@
|
||||
from typing import Any
|
||||
|
||||
def __getattr__(name: str) -> Any: ... # incomplete
|
||||
Reference in New Issue
Block a user