2022-08-14 22:01:28 +02:00
|
|
|
"""
|
2022-08-25 13:46:19 +02:00
|
|
|
This module defines/publishes the main decorator.
|
2022-08-14 22:01:28 +02:00
|
|
|
"""
|
2024-10-25 17:07:54 +02:00
|
|
|
|
2022-08-14 22:01:28 +02:00
|
|
|
from _ptcsvp.parametrize import add_parametrization
|
|
|
|
|
|
|
|
csv_params = add_parametrization
|
2022-08-25 13:46:19 +02:00
|
|
|
"""
|
|
|
|
Decorator ``@csv_params``
|
|
|
|
|
|
|
|
For supported arguments, see :py:meth:`~_ptcsvp.parametrize.add_parametrization`.
|
|
|
|
"""
|