MCPcopy Index your code
hub / github.com/RustPython/RustPython / data_file

Function data_file

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

Source from the content-addressed store, hash-verified

64 PROTOCOL_TO_TLS_VERSION[proto] = ver
65
66def data_file(*name):
67 return os.path.join(os.path.dirname(__file__), "certdata", *name)
68
69# The custom key and certificate files used in test_ssl are generated
70# using Lib/test/certdata/make_ssl_certs.py.

Callers 1

test_ssl.pyFile · 0.70

Calls 1

joinMethod · 0.45

Tested by

no test coverage detected