MCPcopy
hub / github.com/jwohlwend/boltz / get

Method get

scripts/process/msa.py:23–25  ·  view source on GitHub ↗

Get an item from the Redis database.

(self, key: str)

Source from the content-addressed store, hash-verified

21 self._redis = Redis(host=host, port=port)
22
23 def get(self, key: str) -> Any: # noqa: ANN401
24 """Get an item from the Redis database."""
25 return self._redis.get(key)
26
27 def __getitem__(self, key: str) -> Any: # noqa: ANN401
28 """Get an item from the resource."""

Callers 15

__getitem__Method · 0.95
get_cache_pathFunction · 0.45
predictFunction · 0.45
__init__Method · 0.45
__init__Method · 0.45
training_stepMethod · 0.45
validation_stepMethod · 0.45
configure_optimizersMethod · 0.45
predict_stepMethod · 0.45
confidence_lossFunction · 0.45
statusFunction · 0.45

Calls

no outgoing calls

Tested by 1

download_fileFunction · 0.36