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

Function get_comment

tools/scripts/android/matrix.py:503–506  ·  view source on GitHub ↗
(kind, *args, **kw)

Source from the content-addressed store, hash-verified

501
502
503def get_comment(kind, *args, **kw):
504 kind = Kind(kind)
505 sep = kw['sep'] if 'sep' in kw else ' '
506 return kind.value[1].format(sep.join(args))
507
508
509def comment(file, kind, *args, **kw):

Callers 2

commentFunction · 0.85
read_fileFunction · 0.85

Calls 3

KindClass · 0.70
formatMethod · 0.45
joinMethod · 0.45

Tested by

no test coverage detected