ai-content-maker/.venv/Lib/site-packages/torch/fx/experimental/unification/dispatch.py

7 lines
191 B
Python

from functools import partial
from .multipledispatch import dispatch # type: ignore[import]
namespace = {} # type: ignore[var-annotated]
dispatch = partial(dispatch, namespace=namespace)