xref
: /
AliOS-Things-master
/
components
/
py_engine
/
tests
/
basics
/
fun_str.py
Home
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
# test str of function
2
3
def
f
():
4
pass
5
print
(
str
(
f
)[:
8
])
6