MCPcopy Create free account
hub / github.com/JFox/aws-lambda-lxml / CSSSelector

Class CSSSelector

3.6.4/py36/lxml/cssselect.py:60–102  ·  view source on GitHub ↗

A CSS selector. Usage:: >>> from lxml import etree, cssselect >>> select = cssselect.CSSSelector("a tag > child") >>> root = etree.XML(" TEXT ") >>> [ el.tag for el in select(root) ] ['child'] To use CSS na

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

cssselectMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected