MCPcopy 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

Calls

no outgoing calls

Tested by

no test coverage detected