Go to the source code of this file.
Namespaces | |
check_redundant_namespace_qualifiers | |
Functions | |
def | check_redundant_namespace_qualifiers.find_closing_mustache (contents, initial_depth) |
def | check_redundant_namespace_qualifiers.is_a_define_statement (match, body) |
def | check_redundant_namespace_qualifiers.update_file (contents, namespaces) |
Variables | |
tuple | check_redundant_namespace_qualifiers._CONFIGURATION = (Config(['src/core', 'test/core'], ['grpc_core']),) |
string | check_redundant_namespace_qualifiers._TEST |
string | check_redundant_namespace_qualifiers._TEST_EXPECTED |
list | check_redundant_namespace_qualifiers.changed = [] |
check_redundant_namespace_qualifiers.Config = collections.namedtuple('Config', ['dirs', 'namespaces']) | |
check_redundant_namespace_qualifiers.contents = f.read() | |
def | check_redundant_namespace_qualifiers.output = update_file(_TEST, ['foo']) |
check_redundant_namespace_qualifiers.path = os.path.join(root, file) | |
def | check_redundant_namespace_qualifiers.updated = update_file(contents, config.namespaces) |