MCPcopy Create free account
hub / github.com/MapServer/MapServer / get_mapserver_config

Method get_mapserver_config

mapscript/python/setup.py:141–142  ·  view source on GitHub ↗
(self, option)

Source from the content-addressed store, hash-verified

139 return self.compiler or get_default_compiler()
140
141 def get_mapserver_config(self, option):
142 return get_config(option, config =self.mapserver_config)
143
144 def finalize_options(self):
145 if self.include_dirs is None:

Callers 1

finalize_optionsMethod · 0.95

Calls 1

get_configFunction · 0.85

Tested by

no test coverage detected