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

Function comment

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

Source from the content-addressed store, hash-verified

507
508
509def comment(file, kind, *args, **kw):
510 print(get_comment(kind, *args, **kw), file=file, **kw)
511
512
513def read_file(kind):

Callers 2

githubFunction · 0.85
matrix.pyFile · 0.85

Calls 2

get_commentFunction · 0.85
printFunction · 0.50

Tested by

no test coverage detected