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
7d66ae603d
circuitpython
/
tests
/
io
/
file_stdio.py
5 lines
65 B
Python
Raw
Normal View
History
Unescape
Escape
tests: Replace umodule with module everywhere. This work was funded through GitHub Sponsors. Signed-off-by: Jim Mussared <jim.mussared@gmail.com>
2022-08-18 02:57:45 -04:00
import
sys
io.File, socket types: Add fileno() method. Implementation is duplicated, but tolerate this for now, because there's no clear idea how to de-dup it.
2014-02-08 14:15:46 -05:00
print
(
sys
.
stdin
.
fileno
(
)
)
print
(
sys
.
stdout
.
fileno
(
)
)
Reference in New Issue
Copy Permalink