MCPcopy 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_headersFunction · 0.80
__hash__Method · 0.80
_get_extra_fieldsMethod · 0.80
__init__Method · 0.80
__hash__Method · 0.80
usable_session_countMethod · 0.80
to_tableMethod · 0.80
to_dictMethod · 0.80
__str__Method · 0.80
_prepare_get_stmtMethod · 0.80
add_batch_of_requestsMethod · 0.80

Calls

no outgoing calls

Tested by 4

send_requestFunction · 0.64
request_handlerFunction · 0.64