You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Also, make e[attr] accessible as e.attr (every dict item an attribute). To prevent collisions check for existing attribute with the specified name when reading or writing so that it becomes an unsafe shorthand. (Essentially object attributes as accessed in JavaScript)
The text was updated successfully, but these errors were encountered:
ErikBjare
changed the title
Make event inherit defaultdict(list)
Make Event inherit defaultdict(list)
May 1, 2016
Also, make e[attr] accessible as e.attr (every dict item an attribute). To prevent collisions check for existing attribute with the specified name when reading or writing so that it becomes an unsafe shorthand. (Essentially object attributes as accessed in JavaScript)
The text was updated successfully, but these errors were encountered: