Home | History | Annotate | Download | only in scripts

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') and
161 fn.endswith(('.rst', '.inc'))]