Delete_function?

Is there an extension of Base.delete_method that deletes all registered methods belonging to a function?

Maybe this will help:

Base.delete_method.(methods({funciton_name}))
1 Like

Thanks!

I’m happy it works for you. I don’t know your use case, but I guess Revise.jl package my be useful if you need to update some code without restarting the session.