MCPcopy Create free account
hub / github.com/serverless/examples / parseInt

Function parseInt

aws-python-alexa-skill/handler.py:4–8  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

2
3
4def parseInt(value):
5 try:
6 return int(value)
7 except ValueError:
8 return 100
9
10
11def lucky_number(event, context):

Callers 4

handler.jsFile · 0.85
lucky_numberFunction · 0.85
generateInvocationsFunction · 0.85
resizeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected