kopia lustrzana https://github.com/micropython/micropython-lib
6 wiersze
125 B
Python
6 wiersze
125 B
Python
|
import os
|
||
|
|
||
|
|
||
|
assert os.access("test_filestat.py", os.F_OK) == True
|
||
|
assert os.access("test_filestat.py-not", os.F_OK) == False
|