##// END OF EJS Templates
fix autoge
Matthias Bussonnier -
Show More
@@ -1141,7 +1141,6 b' class IPCompleter(Completer):'
1141
1141
1142 # _greedy_changed() depends on splitter and readline being defined:
1142 # _greedy_changed() depends on splitter and readline being defined:
1143 super().__init__(
1143 super().__init__(
1144 self,
1145 namespace=namespace,
1144 namespace=namespace,
1146 global_namespace=global_namespace,
1145 global_namespace=global_namespace,
1147 config=config,
1146 config=config,
@@ -482,14 +482,18 b' class NamespaceMagics(Magics):'
482
482
483 Parameters
483 Parameters
484 ----------
484 ----------
485 -f : force reset without asking for confirmation.
485 -f
486 -s : 'Soft' reset: Only clears your namespace, leaving history intact.
486 force reset without asking for confirmation.
487 -s
488 'Soft' reset: Only clears your namespace, leaving history intact.
487 References to objects may be kept. By default (without this option),
489 References to objects may be kept. By default (without this option),
488 we do a 'hard' reset, giving you a new session and removing all
490 we do a 'hard' reset, giving you a new session and removing all
489 references to objects from the current session.
491 references to objects from the current session.
490 --aggressive : Try to aggressively remove modules from sys.modules ; this
492 --aggressive
493 Try to aggressively remove modules from sys.modules ; this
491 may allow you to reimport Python modules that have been updated and
494 may allow you to reimport Python modules that have been updated and
492 pick up changes, but can have unattended consequences.
495 pick up changes, but can have unattended consequences.
496
493 in : reset input history
497 in : reset input history
494 out : reset output history
498 out : reset output history
495 dhist : reset directory history
499 dhist : reset directory history
General Comments 0
You need to be logged in to leave comments. Login now