MCPcopy 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
460def _is_tar(filename):
461 return filename.endswith('.tar')
462
463
464def _is_targz(filename):

Callers 1

extract_archiveFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected