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

Function _checkKeySubst

avida-core/support/utils/AvidaUtils/BoostPythonTool.py:27–28  ·  view source on GitHub ↗
(env, key)

Source from the content-addressed store, hash-verified

25 if env.Dictionary().has_key(key) and (None != env[key]): return env[key]
26
27def _checkKeySubst(env, key):
28 if env.Dictionary().has_key(key) and (None != env[key]): return env.subst('$%s' % key)
29
30def CheckBoostPython(context):
31 """

Callers 1

findFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected