MCPcopy Index your code
hub / github.com/httpie/cli / create_temp_config_dir

Method create_temp_config_dir

tests/utils/__init__.py:165–167  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

163 return super().config
164
165 def create_temp_config_dir(self):
166 self.config_dir = mk_config_dir()
167 self._delete_config_dir = True
168
169 def cleanup(self):
170 self.devnull.close()

Callers 3

configMethod · 0.95

Calls 1

mk_config_dirFunction · 0.85

Tested by 2