This website requires JavaScript.
Explore
Help
Register
Sign In
fengqi
/
lv_micropython
Watch
1
Star
0
Fork
0
You've already forked lv_micropython
Code
Issues
Pull Requests
1
Actions
Packages
Projects
Releases
Wiki
Activity
lv_micropython
/
tests
/
import
/
import2a.py
6 lines
82 B
Python
Raw
Normal View
History
Unescape
Escape
Add testcase for "from module import sym".
2014-02-14 00:24:12 +02:00
from
import1b
import
var
print
(
var
)
tests: Improve test coverage of py/compile.c.
2016-10-11 12:30:32 +11:00
from
import1b
import
var
as
var2
print
(
var2
)
Reference in New Issue
Copy Permalink