sdvillal / whatami

Easily provide python objects with self-identification
Other
9 stars 1 forks source link

Behavior for whatareyou and basic collections #4

Closed sdvillal closed 8 years ago

sdvillal commented 9 years ago

What should be the result of...

whatareyou([1,2,3]).id()
whatareyou((1,2,3)).id()
whatareyou({1,2,3}).id()
whatareyou({1:2}).id()