mirror of
https://github.com/micropython/micropython.git
synced 2026-01-08 05:00:26 +01:00
py: Implement __file__ attribute for modules.
This commit is contained in:
2
tests/import/import_file.py
Normal file
2
tests/import/import_file.py
Normal file
@@ -0,0 +1,2 @@
|
||||
import import1b
|
||||
print(import1b.__file__)
|
||||
Reference in New Issue
Block a user