MCPcopy
hub / github.com/csev/py4e / tryexcept.py

File tryexcept.py

code3/tryexcept.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1astr = 'Hello Bob'
2try:
3 istr = int(astr)
4except:

Callers

nothing calls this directly

Calls 1

printFunction · 0.85

Tested by

no test coverage detected