Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EasyIME/PIME
/ f
Method
f
python/python3/tornado/test/locks_test.py:359–361 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
357
sem = locks.Semaphore()
358
359
async
def
f():
360
async
with
sem
as
yielded:
361
self.assertTrue(yielded is None)
362
363
yield
f()
364
Callers
nothing calls this directly
Calls
2
acquire
Method · 0.45
append
Method · 0.45
Tested by
no test coverage detected