Searched defs:report (Results 1 - 1 of 1) sorted by relevance

/seL4-test-master/tools/seL4/cmake-tool/helpers/
H A Dplatform_sift.py103 def report(data=None, c_symbols: Dict[str, str] = {}, use_c=False) -> str: function
155 report = '{head}{body}{tail}'.format(head=head, body=body, tail=tail) variable
166 report = '{head}{body}'.format(head=head, body='\n'.join(regions)) variable

Completed in 20 milliseconds