In python, how do you find out which classes implement an "insert" method? [in Smalltalk: Smalltalk implementorsOf 'insert']
How do you find out which methods use (send) an "insert"? [in Smalltalk: Smalltalk sendersOf 'insert']