MCPcopy Create free account
hub / github.com/apify/crawlee-python / close

Method close

src/crawlee/_utils/sitemap.py:165–167  ·  view source on GitHub ↗

Clean up resources.

(self)

Source from the content-addressed store, hash-verified

163 self._buffer = ''
164
165 def close(self) -> None:
166 """Clean up resources."""
167 self._buffer = ''
168
169
170class _XmlSitemapParser:

Calls

no outgoing calls