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

Method include_columns

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

Source from the content-addressed store, hash-verified

206
207 @property
208 def include_columns(self) -> bool:
209 return self._get_bool("includeAllColumns")
210
211 def get_folder_output(self, path_to_join=None):
212 database_name = ""

Callers

nothing calls this directly

Calls 1

_get_boolMethod · 0.80

Tested by

no test coverage detected