We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Element_.sourceline
1 parent 4a053b9 commit 83f445dCopy full SHA for 83f445d
lxml-stubs/etree.pyi
@@ -227,7 +227,7 @@ class _Element(Iterable["_Element"], Sized):
227
text = ... # type: Optional[str]
228
tail = ... # type: Optional[str]
229
prefix = ... # type: str
230
- sourceline = ... # Optional[int]
+ sourceline = ... # type: Optional[int]
231
@property
232
def nsmap(self) -> Dict[Optional[str], str]: ...
233
base = ... # type: Optional[str]
0 commit comments