Searched refs:print_ (Results 1 – 2 of 2) sorted by relevance
8 def print_(args: argparse.Namespace, success: bool, message: str) -> None: function131 print_(args, True, 'Commit ' + args.commit + ' is in branch ' + args.branch)136 print_(args, True,140 print_(args, False, 'Commit ' + args.commit + ' is NOT in branch ' + args.branch)
77 * json_gen: Fix undefined print_ / parse_ functions for NV SCI extensions (!317)