MCPcopy Create free account
hub / github.com/AshampooSystems/boden / getPlatformHelp

Method getPlatformHelp

bauer/bauerargparser.py:202–207  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

200 self.buildGlobalArguments([ self.parser, prepare, build, clean, distclean, run, package, open_project, doc ])
201
202 def getPlatformHelp(self):
203 platformHelp = "";
204 for platformName, platformInfo in self.bauerGlobals.platformList:
205 platformHelp+=" %s: %s\n" % (platformName, platformInfo)
206
207 return platformHelp;
208
209 def getPrepareEpilog(self):
210 return """Pepares the project files for the specified TARGET (see below). BUILDSYSTEM

Callers 1

getManualMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected