Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/feast-dev/feast
/ close
Method
close
sdk/python/tests/utils/rag_test_utils.py:135–139 ·
view source on GitHub ↗
Mock close method.
(self)
Source
from the content-addressed store, hash-verified
133
return
mock_response
134
135
def
close(self):
136
""
"Mock close method."
""
137
if
hasattr(self,
"client"
):
138
self.client.close()
139
self.client = None
Callers
4
dynamodb_local_environment
Function · 0.45
_do_async_retrieval_test
Function · 0.45
prep_file_source
Function · 0.45
test_pull_latest_from_ray_sql_source_filters_and_deduplicates
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected