MCPcopy Create free account
hub / github.com/coleifer/huey / __enter__

Method __enter__

huey/api.py:1078–1079  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1076 return inner
1077
1078 def __enter__(self):
1079 self.acquire()
1080
1081 def __exit__(self, exc_type, exc_val, exc_tb):
1082 self._huey.delete(self._key)

Callers

nothing calls this directly

Calls 1

acquireMethod · 0.95

Tested by

no test coverage detected