MCPcopy
hub / github.com/httpie/cli / mk_config_dir

Function mk_config_dir

tests/utils/__init__.py:61–63  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

59
60
61def mk_config_dir() -> Path:
62 dirname = tempfile.mkdtemp(prefix='httpie_config_')
63 return Path(dirname)
64
65
66def add_auth(url, auth):

Callers 4

start_sessionMethod · 0.85
setup_methodMethod · 0.85

Calls 1

PathClass · 0.85

Tested by 3

start_sessionMethod · 0.68
setup_methodMethod · 0.68