MCPcopy
hub / github.com/567-labs/instructor / get

Method get

instructor/cache/__init__.py:50–51  ·  view source on GitHub ↗

Return *None* to indicate a cache miss.

(self, key: str)

Source from the content-addressed store, hash-verified

48
49 @abstractmethod
50 def get(self, key: str) -> Any | None: # noqa: ANN401 – value type arbitrary
51 """Return *None* to indicate a cache miss."""
52
53 @abstractmethod
54 def set(

Callers 15

getMethod · 0.45
load_cached_responseFunction · 0.45
generate_tableFunction · 0.45
usage.pyFile · 0.45
fetch_usageFunction · 0.45
generate_tableFunction · 0.45
status_colorFunction · 0.45
from_providerFunction · 0.45
_build_azure_openaiFunction · 0.45
_build_openai_compatibleFunction · 0.45
_build_databricksFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected