MCPcopy
hub / github.com/pyca/cryptography / open_vector_file

Function open_vector_file

vectors/cryptography_vectors/__init__.py:15–17  ·  view source on GitHub ↗
(filename: str, mode: str)

Source from the content-addressed store, hash-verified

13
14
15def open_vector_file(filename: str, mode: str) -> typing.IO:
16 base = os.path.dirname(__file__)
17 return open(os.path.join(base, filename), mode)

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected