Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apify/crawlee-python
/ items
Method
items
src/crawlee/_utils/sitemap.py:90–91 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
88
89
@property
90
def
items(self) -> list[_SitemapItem]:
91
return
self._items
92
93
@override
94
def
startElement(self, name: str, attrs: AttributesImpl) -> None:
Callers
15
_normalize_headers
Function · 0.80
__hash__
Method · 0.80
_get_extra_fields
Method · 0.80
__init__
Method · 0.80
__hash__
Method · 0.80
usable_session_count
Method · 0.80
to_table
Method · 0.80
to_dict
Method · 0.80
__str__
Method · 0.80
get_most_common_errors
Method · 0.80
_prepare_get_stmt
Method · 0.80
add_batch_of_requests
Method · 0.80
Calls
no outgoing calls
Tested by
4
send_request
Function · 0.64
test_alias_key_operations
Function · 0.64
request_handler
Function · 0.64
test_sending_payload_as_raw_data
Function · 0.64