Bitcoin
Variables
filter-lcov Namespace Reference

Variables

 parser = argparse.ArgumentParser(description='Remove the coverage data from a tracefile for all files matching the pattern.')
 
 action
 
 help
 
 required
 
 args = parser.parse_args()
 
 tracefile = args.tracefile
 
 pattern = args.pattern
 
 outfile = args.outfile
 
bool in_remove = False
 
 encoding
 

Variable Documentation

◆ action

filter-lcov.action

◆ args

filter-lcov.args = parser.parse_args()

◆ encoding

filter-lcov.encoding

◆ help

filter-lcov.help

◆ in_remove

bool filter-lcov.in_remove = False

◆ outfile

filter-lcov.outfile = args.outfile

◆ parser

filter-lcov.parser = argparse.ArgumentParser(description='Remove the coverage data from a tracefile for all files matching the pattern.')

◆ pattern

filter-lcov.pattern = args.pattern

◆ required

filter-lcov.required

◆ tracefile

filter-lcov.tracefile = args.tracefile