MCPcopy
hub / github.com/apache/caldera / test

Method test

app/objects/secondclass/c_executor.py:43–45  ·  view source on GitHub ↗

Get command with app property variables replaced

(self)

Source from the content-addressed store, hash-verified

41
42 @property
43 def test(self):
44 """Get command with app property variables replaced"""
45 return self.decode_bytes(self.replace_app_props(self.encode_string(self.command)))
46
47 def __init__(self, name, platform, command=None, code=None, language=None, build_target=None,
48 payloads=None, uploads=None, timeout=60, parsers=None, cleanup=None, variations=None,

Callers 15

FrFunction · 0.80
jrFunction · 0.80
ArFunction · 0.80
muuri.min.jsFile · 0.80
LtFunction · 0.80
SizzleFunction · 0.80
jquery.jsFile · 0.80
winnowFunction · 0.80
dataAttrFunction · 0.80
fixDefaultCheckedFunction · 0.80
buildFragmentFunction · 0.80
fixCloneNodeIssuesFunction · 0.80

Calls 3

decode_bytesMethod · 0.80
replace_app_propsMethod · 0.80
encode_stringMethod · 0.80

Tested by

no test coverage detected