Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
170
class
_XmlSitemapParser:
Callers
15
close
Method · 0.45
_process_raw_source
Function · 0.45
_fetch_and_process_sitemap
Function · 0.45
cleanup
Method · 0.45
stream
Method · 0.45
extra_memory_child
Function · 0.45
get_additional_memory_estimation_while_running_processes
Function · 0.45
test_new_browser
Function · 0.45
test_default_plugin_new_page_creation
Function · 0.45
test_multiple_plugins_new_page_creation
Function · 0.45
test_new_page_with_each_plugin
Function · 0.45
test_with_default_plugin_constructor
Function · 0.45
Calls
no outgoing calls
Tested by
15
extra_memory_child
Function · 0.36
get_additional_memory_estimation_while_running_processes
Function · 0.36
test_new_browser
Function · 0.36
test_default_plugin_new_page_creation
Function · 0.36
test_multiple_plugins_new_page_creation
Function · 0.36
test_new_page_with_each_plugin
Function · 0.36
test_with_default_plugin_constructor
Function · 0.36
test_with_plugin_contains_page_options
Function · 0.36
test_browser_pool_retire_browser_after_page_count
Function · 0.36
test_pre_page_create_hook_is_called
Function · 0.36
test_post_page_create_hook_is_called
Function · 0.36
test_pre_page_close_hook
Function · 0.36