Exemple #1
0
def get_python_function_list(source_code):
    return get_python_function_list_with_extnesion(source_code, NestDepth())
Exemple #2
0
def get_cpp_with_nestdepth(source):
    return get_cpp_function_list_with_extension(source, NestDepth())