Searched refs:__exit__ (Results 1 – 10 of 10) sorted by relevance
/AliOS-Things-master/components/py_engine/tests/micropython/ |
A D | native_with.py.exp | 4 __exit__ None None None 8 __exit__ <class 'NameError'> name 'fail' isn't defined None
|
A D | viper_with.py.exp | 4 __exit__ None None None 8 __exit__ <class 'NameError'> name 'fail' isn't defined None
|
A D | native_with.py | 11 def __exit__(self, a, b, c): member in C
|
A D | viper_with.py | 11 def __exit__(self, a, b, c): member in C
|
/AliOS-Things-master/components/py_engine/tests/basics/ |
A D | with1.py | 7 def __exit__(self, a, b, c): member in CtxMgr 27 def __exit__(self, a, b, c): member in CtxMgr2
|
A D | with_break.py | 7 def __exit__(self, a, b, c): member in CtxMgr
|
A D | with_continue.py | 7 def __exit__(self, a, b, c): member in CtxMgr
|
A D | with_raise.py | 13 def __exit__(self, a, b, c): member in CtxMgr
|
A D | with_return.py | 9 def __exit__(self, a, b, c): member in CtxMgr
|
/AliOS-Things-master/components/py_engine/tests/cpydiff/ |
A D | core_generator_noexit.py | 13 def __exit__(self, *args): member in foo
|
Completed in 10 milliseconds