xref
: /
AliOS-Things-master
/
components
/
py_engine
/
tests
/
import
/
import_pkg3.py
Home
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
from
pkg
import
mod
2
3
print
(
mod
.
foo
())
4
5
import
pkg
.
mod
6
7
print
(
mod
is
pkg
.
mod
)
8