Files
INTUIA/Programa final/_internal/torch/_dynamo/polyfills/functools.py
T

7 lines
85 B
Python
Raw Normal View History

2026-03-15 13:27:50 +00:00
"""
Python polyfills for functools
"""
__all__ = [] # type: ignore[var-annotated]