pyre.shells.Interactive¶
Module Contents¶
-
class
pyre.shells.Interactive.Interactive¶ Bases:
pyre.shells.Script.ScriptA shell that invokes the main application behavior and then enters interactive mode
-
launch(self, application, *args, **kwds)¶ Invoke the application behavior
-
pyre_interactiveSession(self, application=None, banner=None, context=None)¶ Convert this session to an interactive one
-
pyre_enrich(self, tag)¶ Attempt to provide a richer interactive experience
-