lxml / lxml-stubs

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

`lxml.etree.xmlfile` is missing from the stubs #77

Open Avasam opened 1 year ago

Avasam commented 1 year ago

Used by openpyxl

>>> from lxml.etree import xmlfile
>>> xmlfile("")   
<lxml.etree.xmlfile object at 0x0000012F8B9B6D10>