Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 314 Bytes

File metadata and controls

20 lines (13 loc) · 314 Bytes

Decorators

Decorators can be used to validate functions.

Decorator Index

Example

The following example ensures all function args are a positive int or a positive float.