(
cls, param: inspect.Parameter, allow_types: tuple[type["Param"], ...]
)
| 46 | |
| 47 | @classmethod |
| 48 | def _check_param( |
| 49 | cls, param: inspect.Parameter, allow_types: tuple[type["Param"], ...] |
| 50 | ) -> "Param | None": |
| 51 | return |
| 52 | |
| 53 | @classmethod |
| 54 | def _check_parameterless( |