Home | History | Annotate | Download | only in scripts

Lines Matching refs:fn

209     python_files = [fn for fn in file_paths if fn.endswith('.py')]
210 c_files = [fn for fn in file_paths if fn.endswith(('.c', '.h'))]
211 doc_files = [fn for fn in file_paths if fn.startswith('Doc') and
212 fn.endswith(('.rst', '.inc'))]