Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/InternScience/SciReason
/ _is_tar
Function
_is_tar
opencompass/utils/fileio.py:460–461 ·
view source on GitHub ↗
(filename)
Source
from the content-addressed store, hash-verified
458
459
460
def
_is_tar(filename):
461
return
filename.endswith(
'.tar'
)
462
463
464
def
_is_targz(filename):
Callers
1
extract_archive
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected