News

Rather, such a pattern is known as "globbing". The glob module in Python handles that for you, letting you say something like: import glob glob.glob('*.py') The result of invoking glob.glob is a list ...