MCPcopy Index your code
hub / github.com/docker/docker-py / get_context_dir

Function get_context_dir

docker/context/config.py:53–54  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

51
52
53def get_context_dir():
54 return os.path.join(os.path.dirname(find_config_file() or ""), "contexts")
55
56
57def get_meta_dir(name=None):

Callers 2

get_meta_dirFunction · 0.85
get_tls_dirFunction · 0.85

Calls 2

find_config_fileFunction · 0.90
joinMethod · 0.80

Tested by

no test coverage detected