MCPcopy Create free account
hub / github.com/apple/foundationdb / set

Method set

bindings/python/fdb/impl.py:1652–1653  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1650 self.gevent_async.start(nullf)
1651
1652 def set(self):
1653 self.gevent_async.send()
1654
1655 def wait(self):
1656 gevent.get_hub().wait(self.gevent_async)

Callers

nothing calls this directly

Calls 2

sendMethod · 0.45
writeMethod · 0.45

Tested by

no test coverage detected