m2m模型翻译
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

12 lines
465 B

"""
.. deprecated:: 1.6
sympy.utilities.benchmarking has been renamed to sympy.testing.benchmarking.
"""
from sympy.utilities.exceptions import sympy_deprecation_warning
sympy_deprecation_warning("The sympy.utilities.benchmarking submodule is deprecated. Use sympy.testing.benchmarking instead.",
deprecated_since_version="1.6",
active_deprecations_target="deprecated-sympy-utilities-submodules")
from sympy.testing.benchmarking import * # noqa:F401