MCPcopy Create free account
hub / github.com/OpenBitSys/BitDistiller / is_non_str_iterable

Function is_non_str_iterable

test/general/lm_eval/metrics.py:157–158  ·  view source on GitHub ↗
(obj)

Source from the content-addressed store, hash-verified

155
156
157def is_non_str_iterable(obj):
158 return isinstance(obj, Iterable) and not isinstance(obj, str)
159
160
161def _sacreformat(refs, preds):

Callers 1

_sacreformatFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected