MCPcopy Create free account
hub / github.com/devosoft/avida / getConfig

Method getConfig

avida-core/tests/_testrunner/testrunner.py:454–459  ·  view source on GitHub ↗
(self, sect, opt, default)

Source from the content-addressed store, hash-verified

452
453 # string cTest::getConfig(string sect, string opt, string default)
454 def getConfig(self, sect, opt, default):
455 global settings
456 try:
457 return self.cfg.get(sect, opt, False, settings)
458 except:
459 return default
460 # } // End of cTest::getConfig()
461
462 def getName(self): return self.name

Callers 3

__init__Method · 0.95
runConsistencyTestMethod · 0.95
runPerformanceTestMethod · 0.95

Calls 1

getMethod · 0.45

Tested by

no test coverage detected