Home
last modified time | relevance | path

Searched refs:fun2 (Results 1 – 1 of 1) sorted by relevance

/AliOS-Things-master/components/py_engine/tests/basics/
A Dfun_defargs.py9 def fun2(p1, p2=100, p3="foo"): function
12 fun2(1)
13 fun2(1, None)
14 fun2(0, "bar", 200)
16 fun2()
20 fun2(1, 2, 3, 4)

Completed in 1 milliseconds