Skip to content

Commit d961a13

Browse files
committed
track contribute
1 parent b6da5d3 commit d961a13

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pymathics/vectorizedplot/plot_plot3d.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,10 @@ class _Plot3D(Builtin):
8484
# 'MaxRecursion': '2', # FIXME causes bugs in svg output see #303
8585
}
8686

87+
def contribute(self, definitions, is_pymodule=False):
88+
print("contribute with ", type(self))
89+
super().contribute(definitions, is_pymodule)
90+
8791
def eval(
8892
self,
8993
functions,

0 commit comments

Comments
 (0)