Exemple #1
0
def process_cpp(source):
    return get_cpp_function_list_with_extension(source, NestedStructure())
Exemple #2
0
def process_python(source):
    return get_python_function_list_with_extnesion(source, NestedStructure())