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

Method wrapper

eval_code/recons/models/moge/utils/tools.py:270–273  ·  view source on GitHub ↗
(*args, **kwargs)

Source from the content-addressed store, hash-verified

268 def __call__(self, fn):
269 @wraps(fn)
270 def wrapper(*args, **kwargs):
271 with warnings.catch_warnings():
272 warnings.simplefilter(self.action, **self.filter_kwargs)
273 return fn(*args, **kwargs)
274 return wrapper
275
276 def __enter__(self):

Callers

nothing calls this directly

Calls 1

fnFunction · 0.85

Tested by

no test coverage detected