Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apple/foundationdb
/ __init__
Method
__init__
bindings/python/fdb/impl.py:1693–1694 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
1691
1692
class
DebugEvent(object):
1693
def
__init__(self):
1694
self.ev = threading.Event()
1695
1696
def
set(self):
1697
self.ev.set()
Callers
nothing calls this directly
Calls
1
Event
Method · 0.45
Tested by
no test coverage detected