Fix: sharedmethodcache didn't preserve docstrings
Compare changes
- Markus Holzer authored
Merge branch 'master' of i10git.cs.fau.de:pycodegen/pystencils into fix_sharedmethodcache_docstrings
+ 7
− 2
@@ -12,7 +17,7 @@ class DotPrinter(Printer):
@@ -12,7 +17,7 @@ class DotPrinter(Printer):
self.dot.node(str(id(func)), style='filled', fillcolor='#a056db', label=self._node_to_str_function(func))