Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
@accepts(a=All(Number, int), b=All(Number, int)) def add_integers(a, b): return a + b
Type dispatch and validation for run-time Python