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

Class ExportFileType

config/settings.py:172–175  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

170
171class ResultSetting(BaseSetting):
172 class ExportFileType(Enum):
173 HTML= 0
174 Excel = 1
175 JSON = 2
176
177
178 __setting_key__ = "Results"

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected