tatami.param module¶
- class tatami.param.Header(name=None)[source]¶
Bases:
object
Marks a parameter as a header parameter.
- Parameters:
name (str | None) – The name of the header. If not provided, defaults to the parameter name. Underscores will be converted to hyphens and the name will be title-cased.