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

Method config

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

Source from the content-addressed store, hash-verified

157
158 @property
159 def config(self) -> Config:
160 if (self._create_temp_config_dir
161 and self._temp_dir not in self.config_dir.parents):
162 self.create_temp_config_dir()
163 return super().config
164
165 def create_temp_config_dir(self):
166 self.config_dir = mk_config_dir()

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected