Home
last modified time | relevance | path

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

/AliOS-Things-master/components/py_engine/tests/basics/
A Dgenerator_name.py3 def Fun(): function
7 def Fun(self): member in A
11 print(Fun.__name__)
12 print(A.Fun.__name__)
13 print(A().Fun.__name__)
A Dfun_name.py1 def Fun(): function
7 def Fun(self): member in A
11 print(Fun.__name__)
13 print(A.Fun.__name__)
14 print(A().Fun.__name__)

Completed in 3 milliseconds