Lichen

tests/builtin_names.py

587:87f11937a8e8
2017-02-14 Paul Boddie Record the context for accesses that are immediately invoked so that it may be used by the invocation operation. method-wrapper-for-context
     1 def f():     2     return StopIteration     3      4 print f()                   # __builtins__.exception.base.StopIteration