Namespaces | Variables
check_naked_includes.py File Reference

Go to the source code of this file.

Namespaces

 check_naked_includes
 

Variables

 check_naked_includes.action
 
 check_naked_includes.argp = argparse.ArgumentParser(description='include guard checker')
 
 check_naked_includes.args = argp.parse_args()
 
bool check_naked_includes.changed = False
 
list check_naked_includes.CHECK_SUBDIRS
 
 check_naked_includes.default
 
int check_naked_includes.errors = 0
 
 check_naked_includes.expect_path = os.path.join(root, include)
 
 check_naked_includes.False
 
 check_naked_includes.fpath = os.path.join(root, f)
 
 check_naked_includes.include = m.group(1)
 
 check_naked_includes.m = re.match(r'^#include "([^"]*)"(.*)', line)
 
 check_naked_includes.output = open(fpath, 'r').readlines()
 
 check_naked_includes.ROOT = os.path.abspath(os.path.join(os.path.dirname(sys.argv[0]), '../..'))
 
 check_naked_includes.trailing = m.group(2)
 


grpc
Author(s):
autogenerated on Fri May 16 2025 03:01:06