Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/mongodb/mongo-python-driver
/ read
Function
read
test/test_encryption.py:287–289 ·
view source on GitHub ↗
(*paths)
Source
from the content-addressed store, hash-verified
285
286
287
def
read(*paths):
288
with
open(os.path.join(BASE, *paths))
as
fp:
289
return
fp.read()
290
291
292
def
json_data(*paths):
Callers
5
json_data
Function · 0.70
write
Method · 0.50
_write_async
Method · 0.50
write
Method · 0.50
_write_async
Method · 0.50
Calls
2
join
Method · 0.45
read
Method · 0.45
Tested by
no test coverage detected