I accidentally overwrote set
by using it as a variable name in an interactive python session - is there any way that I can get access to the original set
function without just restarting my session?
(I have so much stuff in that session that I'd rather not have to do that, although of course I can if necessary.)
See Question&Answers more detail:os