xref
: /
AliOS-Things-master
/
components
/
py_engine
/
tests
/
basics
/
object1.py
Home
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
# test builtin object()
2
3
# creation
4
object
()
5
6
# printing
7
print
(
repr
(
object
())[:
7
])
8