For some use-cases (multiple unique objects with similar attribute names) it
could be useful to allow dotted attributes of sentinel objects.
{{{
foo = sentinel.foo
bar = sentinel.bar
assert foo.name is not bar.name
}}}
Original issue reported on code.google.com by fuzzyman on 24 Jan 2012 at 1:31
Original issue reported on code.google.com by
fuzzyman
on 24 Jan 2012 at 1:31