MCPcopy
hub / github.com/maziyarpanahi/openmed / values

Method values

openmed/clinical/context.py:455–457  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

453 yield span
454
455 def values(self) -> Iterable[tuple[ModifierHit, ...]]:
456 for _, hits in self.items():
457 yield hits
458
459 def _unhashable_lookup(self, span: object) -> tuple[ModifierHit, ...] | None:
460 for candidate, hits in self._unhashable_entries:

Callers 15

_deduplicateFunction · 0.80
calculate_dominant_labelFunction · 0.80
iter_detectorsFunction · 0.80
list_available_modelsMethod · 0.80
unload_all_modelsMethod · 0.80
_call_detector_pluginFunction · 0.80
model_registry.pyFile · 0.80
get_model_infoFunction · 0.80
get_models_by_sizeFunction · 0.80

Calls 1

itemsMethod · 0.95