Repository URL to install this package:
""" Public API for function executor engines to be used with ``map`` and ``apply``. """ from pandas.core.apply import BaseExecutionEngine __all__ = ["BaseExecutionEngine"]