We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc8d811 commit ccfcf70Copy full SHA for ccfcf70
selectolax/lexbor.pyx
@@ -388,7 +388,7 @@ cdef class LexborHTMLParser:
388
self.root.unwrap_tags(tags, delete_empty=delete_empty)
389
390
@property
391
- def inner_html(self):
+ def inner_html(self) -> str:
392
"""Return HTML representation of the child nodes.
393
394
Works similar to innerHTML in JavaScript.
selectolax/lexbor/node.pxi
@@ -894,7 +894,7 @@ cdef class LexborNode:
894
return container.text
895
896
897
898
899
900
0 commit comments