Skip to content

Commit

Permalink
Add etree._Element.set()
Browse files Browse the repository at this point in the history
  • Loading branch information
mthuurne committed Jul 2, 2020
1 parent 48c40f0 commit 8164a33
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lxml-stubs/etree.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ class _Element(Iterable["_Element"], Sized):
**_extra: Any
) -> _Element: ...
def remove(self, element: _Element) -> None: ...
def set(self, key: _TagName, value: _AnyStr) -> None: ...
def xpath(
self,
_path: _AnyStr,
Expand Down

0 comments on commit 8164a33

Please sign in to comment.