MCPcopy
hub / github.com/iaddis/metalnes / write

Function write

external/Catch2/scripts/generateSingleHeader.py:52–54  ·  view source on GitHub ↗
( line )

Source from the content-addressed store, hash-verified

50 out = io.open( outputPath, 'w', newline='\n', encoding='utf-8')
51
52 def write( line ):
53 if globals['includeImpl'] or globals['implIfDefs'] == -1:
54 out.write( line )
55
56 def getDirsToSearch( ):
57 return [os.path.join( rootPath, s) for s in ['', 'internal', 'reporters', 'internal/benchmark', 'internal/benchmark/detail']]

Callers 2

parseFileFunction · 0.85
generateFunction · 0.85

Calls 1

writeMethod · 0.80

Tested by

no test coverage detected