File tree Expand file tree Collapse file tree 1 file changed +12
-4
lines changed Expand file tree Collapse file tree 1 file changed +12
-4
lines changed Original file line number Diff line number Diff line change 200200# axiom has a lot a lot of ways for getting documentation from the
201201# system -- this could also be useful.
202202
203+
203204class PanAxiom (ExtraTabCompletion , Expect ):
204205 """
205206 Interface to a PanAxiom interpreter.
206207 """
207- def __init__ (self , name = 'axiom' , command = 'axiom -nox -noclef' ,
208- script_subdirectory = None , logfile = None ,
209- server = None , server_tmpdir = None ,
210- init_code = [')lisp (si::readline-off)' ]):
208+
209+ def __init__ (
210+ self ,
211+ name = "axiom" ,
212+ command = "axiom -nox -noclef" ,
213+ script_subdirectory = None ,
214+ logfile = None ,
215+ server = None ,
216+ server_tmpdir = None ,
217+ init_code = [")lisp (si::readline-off)" ],
218+ ):
211219 """
212220 Create an instance of the Axiom interpreter.
213221
You can’t perform that action at this time.
0 commit comments