You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# instead of deleting all methods, we only delete methods that were defined in this notebook. This is necessary when the notebook code extends a function from remote code
139
-
methods_table =typeof(f).name.mt
139
+
140
140
deleted_sigs =Set{Type}()
141
-
Base.visit(methods_table) do method # iterates through all methods of `f`, including overridden ones
0 commit comments