Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
15
def
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
generate_secp256k1.py
File · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected