def process_cpp(source): return get_cpp_function_list_with_extension(source, NestedStructure())
def process_python(source): return get_python_function_list_with_extnesion(source, NestedStructure())