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

Class ImportSetting

config/settings.py:314–325  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

312 return directories
313
314class ImportSetting(BaseSetting):
315 __setting_key__ = "Import"
316 # "strict":True,
317 # "validchars":"0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ!\"#$%&\'()*+,-./:;<=>?@[\\]^_`{|}~ \t\n\r\x0b\x0c"
318
319 @property
320 def isStrict(self)->bool:
321 return self._get_bool("strict")
322
323 @property
324 def valid_chars(self)->list[str]:
325 return list(self._get_value("validchars"))

Callers 1

get_structureMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected