MCPcopy Create free account
hub / github.com/OpenDDS/OpenDDS / append

Method append

tools/scripts/android/matrix.py:205–206  ·  view source on GitHub ↗
(result, s)

Source from the content-addressed store, hash-verified

203 def __str__(self):
204 result = '{}-{}-{}'.format(self.ndk, self.arch, self.api)
205 def append(result, s):
206 return '{}-{}'.format(result, s.replace('_', '-'))
207 for k, v in self.flags.items():
208 if k.startswith('use_'):
209 flag = k[4:]

Callers 11

__init__Method · 0.45
our_argsMethod · 0.45
VersionFunction · 0.45
add_versionFunction · 0.45
__init__Method · 0.45
diffMethod · 0.45
add_nodeFunction · 0.45
massif-diff.pyFile · 0.45
add_ndkMethod · 0.45
readmeFunction · 0.45
read_fileFunction · 0.45

Calls 2

formatMethod · 0.45
replaceMethod · 0.45

Tested by

no test coverage detected