MCPcopy
hub / github.com/open-compass/VLMEvalKit / get

Method get

vlmeval/dataset/Omnidocbench/metrics.py:153–156  ·  view source on GitHub ↗
(self, name)

Source from the content-addressed store, hash-verified

151 return item
152 return decorator
153 def get(self, name):
154 if name not in self._registry:
155 raise ValueError(f"Item {name} not found in registry.")
156 return self._registry[name]
157 def list_items(self):
158 return list(self._registry.keys())
159

Callers 15

mainFunction · 0.80
gen_packages_itemsFunction · 0.80
get_envFunction · 0.80
EVALFunction · 0.80
can_infer_optionFunction · 0.80
evaluateMethod · 0.80
prepare_tsvMethod · 0.80
load_dataMethod · 0.80
evaluateMethod · 0.80
evaluateMethod · 0.80
load_dataMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected