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

Function datafile

tests/test_discovery.py:153–154  ·  view source on GitHub ↗
(filename)

Source from the content-addressed store, hash-verified

151
152
153def datafile(filename):
154 return os.path.join(DATA_DIR, filename)
155
156
157def read_datafile(filename, mode="r"):

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…