MCPcopy Index your code
hub / github.com/googleapis/google-api-python-client / read_datafile

Function read_datafile

tests/test_discovery.py:157–159  ·  view source on GitHub ↗
(filename, mode="r")

Source from the content-addressed store, hash-verified

155
156
157def read_datafile(filename, mode="r"):
158 with open(datafile(filename), mode=mode) as f:
159 return f.read()
160
161
162def parse_version_to_tuple(version_string):

Calls 2

readMethod · 0.80
datafileFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…