Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
157
def
is_non_str_iterable(obj):
158
return
isinstance(obj, Iterable) and not isinstance(obj, str)
159
160
161
def
_sacreformat(refs, preds):
Callers
1
_sacreformat
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected