Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RedisGraph/RedisGraph
/ stop
Method
stop
tests/disposableredis/__init__.py:151–157 ·
view source on GitHub ↗
(self, for_restart=False)
Source
from the content-addressed store, hash-verified
149
pass
150
151
def
stop(self, for_restart=False):
152
if
self._is_external:
153
return
154
155
self.process.terminate()
156
if
not for_restart:
157
self._cleanup_files()
158
159
def
__enter__(self):
160
self.start()
Callers
9
__exit__
Method · 0.95
dump_and_reload
Method · 0.95
test_14_cache_eviction
Method · 0.80
test11_set_get_node_creation_buffer
Method · 0.80
test05_invalid_loadtime_config
Method · 0.80
test09_fallback
Method · 0.80
test11_profile_no_double_response
Method · 0.80
test12_concurrent_timeout
Method · 0.80
test03_clean_shutdown
Method · 0.80
Calls
1
_cleanup_files
Method · 0.95
Tested by
7
test_14_cache_eviction
Method · 0.64
test11_set_get_node_creation_buffer
Method · 0.64
test05_invalid_loadtime_config
Method · 0.64
test09_fallback
Method · 0.64
test11_profile_no_double_response
Method · 0.64
test12_concurrent_timeout
Method · 0.64
test03_clean_shutdown
Method · 0.64