Lines Matching refs:fn
158 python_files = [fn for fn in file_paths if fn.endswith('.py')]159 c_files = [fn for fn in file_paths if fn.endswith(('.c', '.h'))]160 doc_files = [fn for fn in file_paths if fn.startswith('Doc') and161 fn.endswith(('.rst', '.inc'))]