Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EasyIME/PIME
/ __repr__
Method
__repr__
python/python3/tornado/locks.py:527–528 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
525
self._block = BoundedSemaphore(value=1)
526
527
def
__repr__(self) -> str:
528
return
"<%s _block=%s>"
% (self.__class__.__name__, self._block)
529
530
def
acquire(
531
self, timeout: Optional[Union[float, datetime.timedelta]] = None
Callers
1
__repr__
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected