Is it possible to mock a function say append from the builtin list class? The following does not seem to work
append
list
with patch("my_cl