]> www.ginac.de Git - ginac.git/blobdiff - ginac/function.py
Make it possible to override info() for functions.
[ginac.git] / ginac / function.py
index 0ecb918c2b4a07c4dafe01d789df9e910db1c294..3f5e54eb6028d95fef63e72c880c1cc6d17f2ab7 100755 (executable)
@@ -2,7 +2,7 @@
 # encoding: utf-8
 
 maxargs = 14
-methods = "eval evalf conjugate real_part imag_part expand derivative power series print".split()
+methods = "eval evalf conjugate real_part imag_part expand derivative power series info print".split()
 
 import sys, os, optparse
 sys.path.insert(0, os.path.join(os.path.dirname(__file__), '..', 'scripts'))