MCPcopy 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
287def read(*paths):
288 with open(os.path.join(BASE, *paths)) as fp:
289 return fp.read()
290
291
292def json_data(*paths):

Callers 5

json_dataFunction · 0.70
writeMethod · 0.50
_write_asyncMethod · 0.50
writeMethod · 0.50
_write_asyncMethod · 0.50

Calls 2

joinMethod · 0.45
readMethod · 0.45

Tested by

no test coverage detected