MCPcopy Create free account
hub / github.com/vastsa/FileCodeBox / __aexit__

Method __aexit__

tests/test_issue_478_s3_file_exists.py:15–16  ·  view source on GitHub ↗
(self, exc_type, exc, traceback)

Source from the content-addressed store, hash-verified

13 return self
14
15 async def __aexit__(self, exc_type, exc, traceback):
16 return False
17
18 async def head_object(self, **kwargs):
19 self.head_calls += 1

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected