MCPcopy Create free account
hub / github.com/daniel2005d/mapXplore / output

Method output

config/settings.py:181–186  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

179
180 @property
181 def output(self)->str:
182 output_dir = self._get_value("output")
183 if output_dir:
184 output_dir = os.path.expanduser(output_dir)
185
186 return output_dir
187
188 @output.setter
189 def output(self, value)->str:

Callers

nothing calls this directly

Calls 1

_get_valueMethod · 0.80

Tested by

no test coverage detected