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

Method __init__

bindings/python/fdb/impl.py:622–624  ·  view source on GitHub ↗
(self, fpointer)

Source from the content-addressed store, hash-verified

620 _state = None # < Hack for trollius
621
622 def __init__(self, fpointer):
623 # print('Creating future 0x%x' % fpointer)
624 self.fpointer = fpointer
625
626 def __del__(self):
627 if self.fpointer:

Callers 3

__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected