Para#

tpcp.Para[source]#

Mark class attribute as a simple parameter for an algorithm or pipeline.

Generally this is not required, as all parameters listed in the init and not annotated by any other fields types, are considered plain parameters. However, if you want to be explicit you can use this type annotation.

alias of T[T]