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

Method items

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

Source from the content-addressed store, hash-verified

445 return default
446
447 def items(self) -> Iterable[tuple[Any, tuple[ModifierHit, ...]]]:
448 yield from super().items()
449 yield from self._unhashable_entries
450
451 def keys(self) -> Iterable[Any]:
452 for span, _ in self.items():

Callers 15

keysMethod · 0.95
valuesMethod · 0.95
apply_mps_tuningFunction · 0.80
format_reportMethod · 0.80
_convert_gliner_entityFunction · 0.80
_convert_hf_entityFunction · 0.80
_normalise_label_mapFunction · 0.80
_guess_languagesFunction · 0.80
__init__Method · 0.80
__init__Method · 0.80
_convert_opf_weightsFunction · 0.80
_validate_opf_weightsFunction · 0.80

Calls

no outgoing calls