Skip to content
GitLab
Explore
Sign in
pymbolic
test
test_pymbolic.py
Find file
Blame
Permalink
Dec 16, 2015
025bf0fc
Make CompiledExpression + pickling work on both Python 2 and Python 3.
· 025bf0fc
Matt Wala
authored
Dec 16, 2015
Changed to use __getstate__() and __setstate__() rather than __getinitargs__(), which is Py2 only.
025bf0fc
Make CompiledExpression + pickling work on both Python 2 and Python 3.
Matt Wala
authored
Dec 16, 2015
Changed to use __getstate__() and __setstate__() rather than __getinitargs__(), which is Py2 only.
Loading