Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/scrapy/scrapy
/ css
Method
css
scrapy/http/response/text.py:165–166 ·
view source on GitHub ↗
(self, query: str)
Source
from the content-addressed store, hash-verified
163
return
cast(
"SelectorList"
, self.selector.xpath(query, **kwargs))
164
165
def
css(self, query: str) -> SelectorList:
166
return
cast(
"SelectorList"
, self.selector.css(query))
167
168
def
follow(
169
self,
Callers
12
follow_all
Method · 0.95
test_json_has_html
Method · 0.45
test_selector
Method · 0.45
test_selector_shortcuts
Method · 0.45
test_follow_selector
Method · 0.45
test_follow_selector_list
Method · 0.45
test_follow_selector_attribute
Method · 0.45
test_follow_selector_no_href
Method · 0.45
test_follow_whitespace_selector
Method · 0.45
test_follow_encoding
Method · 0.45
test_follow_all_css_skip_invalid
Method · 0.45
test_shortcut_attributes
Method · 0.45
Calls
no outgoing calls
Tested by
11
test_json_has_html
Method · 0.36
test_selector
Method · 0.36
test_selector_shortcuts
Method · 0.36
test_follow_selector
Method · 0.36
test_follow_selector_list
Method · 0.36
test_follow_selector_attribute
Method · 0.36
test_follow_selector_no_href
Method · 0.36
test_follow_whitespace_selector
Method · 0.36
test_follow_encoding
Method · 0.36
test_follow_all_css_skip_invalid
Method · 0.36
test_shortcut_attributes
Method · 0.36