This website requires JavaScript.
Explore
Help
Sign In
djsundog
/
circuitpython
Watch
1
Star
0
Fork
0
You've already forked circuitpython
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
05f927b624
circuitpython
/
tests
/
basics
/
errno1.py.exp
7 lines
94 B
Plaintext
Raw
Normal View
History
Unescape
Escape
tests/basics: Add errno1 test, to check basics of uerrno module.
2016-09-16 01:33:51 -04:00
<class 'int'>
[Errno ] EIO
py/objexcept: Pretty print OSError also when it has 2 arguments. This extends pretty-printing of OSError's to handle two arguments when the exception name is known. Signed-off-by: David Lechner <david@pybricks.com>
2020-04-08 13:17:28 -04:00
[Errno ] EIO: details
( , 'details', 'more details')
tests/basics: Add test for printing OSError when errno is unknown.
2016-09-30 02:45:10 -04:00
9999
tests: Add some more tests to improve coverage of py/parse.c.
2017-12-19 00:13:00 -05:00
uerrno
Reference in New Issue
Copy Permalink