lxml / lxml-stubs

Type stubs for the lxml package
Other
43 stars 28 forks source link

Add _ElementTree.iterfind and _ElementTree.getelementpath #69

Closed bockstaller closed 2 years ago

bockstaller commented 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.

scoder commented 2 years ago

Thanks. Any addition of a missing declaration will probably help someone somewhere, deprecated or not.