Lichen

tests/builtin_names.py

360:209dc7a270fd
2016-12-09 Paul Boddie Added support for dynamic attribute access using getattr and hasattr, employing a special attribute on strings to hold the object table code and position for any attribute having the same name as the represented string.
     1 def f():     2     return StopIteration     3      4 print f()                   # __builtins__.exception.base.StopIteration