Closed bockstaller closed 2 years ago
This PR adds type definitions for _ElementTree.iterfind and _ElementTree.getelementpath as noted missing in #65 and #66. I didn't add _Element.getchildren due its deprecated status.
_ElementTree.iterfind
_ElementTree.getelementpath
_Element.getchildren
Thanks. Any addition of a missing declaration will probably help someone somewhere, deprecated or not.
This PR adds type definitions for
_ElementTree.iterfind
and_ElementTree.getelementpath
as noted missing in #65 and #66. I didn't add_Element.getchildren
due its deprecated status.