Lichen

tests/builtin_names.py

271:85569702637b
2016-11-28 Paul Boddie Added module name and filename information to module instances.
     1 def f():     2     return StopIteration     3      4 print f()