Lichen

tests/builtin_names.py

1047:101519d4e2c2
5 months ago Paul Boddie Employ generic operations instead of operator method calls.
     1 def f():     2     return StopIteration     3      4 print f()                   # __builtins__.exception.base.StopIteration