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

Method get_compiler

mapscript/python/setup.py:138–139  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

136 self.mapserver_config = self.MAPSERVER_CONFIG
137
138 def get_compiler(self):
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)

Callers 1

finalize_optionsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected