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

Method __aenter__

tests/test_issue_478_s3_file_exists.py:12–13  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

10 self.head_calls = 0
11
12 async def __aenter__(self):
13 return self
14
15 async def __aexit__(self, exc_type, exc, traceback):
16 return False

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected