update: docs/topics/selectors.rst

This commit is contained in:
Jalil SA 2024-02-16 10:39:16 -06:00
parent 3e7b704c08
commit 36f72877ba
1 changed files with 3 additions and 0 deletions

View File

@ -1032,6 +1032,9 @@ whereas the CSS lookup is translated into XPath and thus runs more efficiently,
so performance-wise its uses are limited to situations that are not easily
described with CSS selectors.
Parsel also simplifies adding your own XPath extensions with
:func:`~parsel.xpathfuncs.set_xpathfunc`.
.. _topics-selectors-ref:
Built-in Selectors reference