MisterAI's picture
download
raw
568 Bytes
try:
# Ensure a DistutilsError raised by these methods is the same as distutils.errors.DistutilsError
from distutils._modified import (
newer,
newer_group,
newer_pairwise,
newer_pairwise_group,
)
except ImportError:
# fallback for SETUPTOOLS_USE_DISTUTILS=stdlib, because _modified never existed in stdlib
from ._distutils._modified import (
newer,
newer_group,
newer_pairwise,
newer_pairwise_group,
)
__all__ = ['newer', 'newer_pairwise', 'newer_group', 'newer_pairwise_group']

Xet Storage Details

Size:
568 Bytes
·
Xet hash:
879f3768fc3daa548b20cb30bd10ae11474ffdf7c939cb2bdeffc49a4e721d5e

Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.