Home | History | Annotate | Download | only in python2.7

Lines Matching refs:lower

445     if string.lower(filename[-4:]) in ('.pyc', '.pyo'):
448 if 'b' in mode and string.lower(filename[-len(suffix):]) == suffix:
1037 """Get a list of records for a traceback's frame and all lower frames.