MCPcopy Create free account
hub / github.com/InternRobotics/G2VLM / _fn

Function _fn

eval_code/recons/models/moge/utils/tools.py:242–245  ·  view source on GitHub ↗
(input)

Source from the content-addressed store, hash-verified

240 @catch_exception
241 @suppress_traceback
242 def _fn(input):
243 ret = fn(input)
244 pbar.update()
245 return ret
246 executor.map(_fn, inputs)
247 executor.shutdown(wait=True)
248

Callers

nothing calls this directly

Calls 1

fnFunction · 0.85

Tested by

no test coverage detected