DEBSOURCES
Skip Quicknav
sources / pychecker / 0.8.19-10 / test_input / test30.py
12345678
'doc' import fnmatch def x(): x = filter(lambda f, p = '' : fnmatch.fnmatch(f, p), []) print x