MCPcopy Index your code
hub / github.com/python/cpython / data_file

Function data_file

Lib/test/test_ssl.py:85–86  ·  view source on GitHub ↗
(*name)

Source from the content-addressed store, hash-verified

83 PROTOCOL_TO_TLS_VERSION[proto] = ver
84
85def data_file(*name):
86 return os.path.join(os.path.dirname(__file__), "certdata", *name)
87
88# The custom key and certificate files used in test_ssl are generated
89# using Lib/test/certdata/make_ssl_certs.py.

Callers 1

test_ssl.pyFile · 0.70

Calls 2

joinMethod · 0.45
dirnameMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…