Home
last modified time | relevance | path

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

/AliOS-Things-master/components/py_engine/tests/basics/
A Dwith_return.py1 class CtxMgr: class
14 with CtxMgr(1):
20 with CtxMgr(1):
27 with CtxMgr(1):
35 with CtxMgr(1):
38 with CtxMgr(2):
46 with CtxMgr(1):
49 with CtxMgr(2):
A Dwith_raise.py3 class CtxMgr: class
20 with CtxMgr(1):
27 with CtxMgr(10):
34 with CtxMgr(15):
41 with CtxMgr(20):
A Dwith1.py1 class CtxMgr: class
11 with CtxMgr() as a:
12 print(isinstance(a, CtxMgr))
15 with CtxMgr() as a:
A Dwith_break.py1 class CtxMgr: class
12 with CtxMgr():
A Dwith_continue.py1 class CtxMgr: class
12 with CtxMgr():

Completed in 7 milliseconds