Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
try:
import ure as re
except ImportError:
print("SKIP")
raise SystemExit
r = re.compile("( )")
s = r.split("a b c foobar")
except NotImplementedError:
print("NotImplementedError")