##// END OF EJS Templates
Set default session parameter for HistoryManager.get_range()
Thomas Kluyver -
Show More
@@ -396,7 +396,7 b' class HistoryManager(HistoryAccessor):'
396 line = input_hist[i]
396 line = input_hist[i]
397 yield (0, i, line)
397 yield (0, i, line)
398
398
399 def get_range(self, session, start=1, stop=None, raw=True,output=False):
399 def get_range(self, session=0, start=1, stop=None, raw=True,output=False):
400 """Retrieve input by session.
400 """Retrieve input by session.
401
401
402 Parameters
402 Parameters
General Comments 0
You need to be logged in to leave comments. Login now