OILS / benchmarks / fake_libc.py View on Github | oilshell.org

14 lines, 4 significant
1"""
2fake_libc.py
3
4For PyPy.
5"""
6
7
8def regex_parse(regex_str):
9 return True
10
11
12# This makes things fall through to the first case statement...
13def fnmatch(s, to_match):
14 return True