Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
503
def
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
509
def
comment(file, kind, *args, **kw):
Callers
2
comment
Function · 0.85
read_file
Function · 0.85
Calls
3
Kind
Class · 0.70
format
Method · 0.45
join
Method · 0.45
Tested by
no test coverage detected