This website requires JavaScript.
Explore
Help
Sign In
djsundog
/
circuitpython
Watch
1
Star
0
Fork
You've already forked circuitpython
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
ff715429ea
circuitpython
/
tests
/
bytecode
/
mp-tests
/
try1.py
14 lines
179 B
Python
Raw
Blame
History
def
f
(
x
)
:
try
:
f
(
x
)
except
:
f
(
x
)
try
:
f
(
x
)
except
Exception
:
f
(
x
)
try
:
f
(
x
)
except
Exception
as
e
:
f
(
x
,
e
)
Reference in New Issue
View Git Blame
Copy Permalink