Nuacht

Finally, someone on the Real Python Slack channel mentioned sub-classing collections.UserList and over-riding the append () method so that it executed a callback whenever that list object was appended ...
List Methods Let’s look at different list methods in Python: 1) append (): Adds an element to the end of the list. 2) copy (): Returns a shallow copy of the list.