SYMBOL INDEX (42 symbols across 11 files) FILE: src/cfwrapper/analyze.py function split_prototype (line 66) | def split_prototype(prototype): function analyze_prototypes (line 95) | def analyze_prototypes(index, module_name, f_file_name, f_file, preproce... function analyze_arguments (line 182) | def analyze_arguments(args, f_use, proto, c_dir, c_file_name, my_stats, ... function write_fortran_interface (line 251) | def write_fortran_interface(index, module_name, f_file_name, f_file, FILE: src/cfwrapper/cleaning.py function clean_header_file (line 37) | def clean_header_file(c_file_name, whole_file, enums_file): function preprocess_prototypes (line 97) | def preprocess_prototypes(preprocessed_list, lines_list): FILE: src/cfwrapper/enums.py function set_bit_field (line 39) | def set_bit_field(match): function translate_enums (line 45) | def translate_enums(c_file_name, enum_list): FILE: src/cfwrapper/errors.py class Errors (line 31) | class Errors(): method __init__ (line 36) | def __init__(self): method inc_nb_errors (line 41) | def inc_nb_errors(self): method inc_nb_type_errors (line 44) | def inc_nb_type_errors(self): method append_error (line 47) | def append_error(self, error): method new_error (line 50) | def new_error(self, direc, filename, message, proto, type_error): method sort (line 60) | def sort(self): FILE: src/cfwrapper/fortran.py function iso_c_binding (line 42) | def iso_c_binding(declaration, isReturned): FILE: src/cfwrapper/lib_versions.py class Version (line 38) | class Version(): method __init__ (line 43) | def __init__(self, GTK_VERSION, GTK_FORTRAN_VERSION): method find_library (line 70) | def find_library(self, lib_name, psys): method library (line 104) | def library(self, tuple_packages): method string (line 117) | def string(self): method create_file (line 126) | def create_file(self): method update_json_file (line 141) | def update_json_file(self): method update_fpm_file (line 152) | def update_fpm_file(self): FILE: src/cfwrapper/scan_types_and_enums.py class types_enums (line 36) | class types_enums(): method __init__ (line 150) | def __init__(self, PATH_DICT): FILE: src/cfwrapper/stats.py function hash_gtk_fortran (line 43) | def hash_gtk_fortran(PATH_DICT, GTKENUMS_FILE): class Statistics (line 75) | class Statistics(): method __init__ (line 78) | def __init__(self): method inc_nb_lines (line 89) | def inc_nb_lines(self, n): method inc_nb_generated_interfaces (line 92) | def inc_nb_generated_interfaces(self, n): method inc_nb_deprecated_functions (line 95) | def inc_nb_deprecated_functions(self): method inc_nb_variadic (line 98) | def inc_nb_variadic(self): method inc_nb_files (line 101) | def inc_nb_files(self): method inc_nb_enumerators (line 104) | def inc_nb_enumerators(self, n): method inc_nb_win32_utf8 (line 107) | def inc_nb_win32_utf8(self): method append_type (line 110) | def append_type(self, iso_c): method inc_nb_funptr_types (line 113) | def inc_nb_funptr_types(self, n): method print (line 116) | def print(self, T0, versions, PATH_DICT, GTKENUMS_FILE, my_errors): FILE: src/extract_hl_doc.py function write_in_adequate_file (line 38) | def write_in_adequate_file(source_file_name, string): FILE: src/tools.py function multiline (line 36) | def multiline(line, max_length): FILE: src/usemodules.py function multiline (line 37) | def multiline(line, max_length):