Lines Matching refs:endswith
365 return name.endswith('.cc') or name.endswith('.h')
410 return name.endswith('.tq')
439 return name.endswith('.js') or name.endswith('.mjs')
501 if name.endswith(ext):
572 if ' \n' in contents or contents.endswith(' '):
576 if not contents.endswith(' '):
587 if not contents.endswith('\n') or contents.endswith('\n\n'):
649 if (lines[i].endswith(",") and len(lines[i + 1]) > 0 and
741 if f.endswith('_test.py'):