Package rekall :: Module ipython_support :: Class RekallShell
[frames] | no frames]

Class RekallShell

source code


Instance Methods
 
atexit_operations(self)
This will be executed at the time of exit.
source code
 
init_inspector(self) source code

Inherited from IPython.terminal.embed.InteractiveShellEmbed: __call__, __init__, init_magics, init_sys_modules, mainloop

Inherited from IPython.terminal.interactiveshell.TerminalInteractiveShell: _, ask_exit, auto_rewrite_input, enable_gui, enable_win_unicode_console, init_alias, init_display_formatter, init_io, init_prompt_toolkit_cli, init_term_title, inputhook, interact, pre_prompt, prompt_for_code, refresh_style, switch_doctest_mode, system

Inherited from IPython.core.interactiveshell.InteractiveShell: ask_yes_no, cleanup, clear_main_mod_cache, complete, debugger, define_macro, del_var, drop_by_id, enable_matplotlib, enable_pylab, ev, ex, excepthook, extract_input_lines, find_cell_magic, find_line_magic, find_magic, find_user_code, get_exception_only, get_ipython, getoutput, init_builtins, init_completer, init_create_namespaces, init_data_pub, init_deprecation_warnings, init_display_pub, init_displayhook, init_encoding, init_environment, init_events, init_extension_manager, init_history, init_hooks, init_instance_attrs, init_ipython_dir, init_logger, init_logstart, init_payload, init_pdb, init_prefilter, init_profile_dir, init_prompts, init_pushd_popd_magic, init_readline, init_syntax_highlighting, init_traceback_handlers, init_user_ns, init_virtualenv, magic, mktempfile, new_main_mod, object_inspect, object_inspect_mime, object_inspect_text, prepare_user_module, push, register_magic_function, register_post_execute, reset, reset_selective, restore_sys_module_state, run_ast_nodes, run_cell, run_cell_magic, run_code, run_line_magic, runcode, safe_execfile, safe_execfile_ipy, safe_run_module, save_sys_module_state, set_autoindent, set_completer_frame, set_custom_completer, set_custom_exc, set_hook, set_next_input, show_banner, show_usage, show_usage_error, showindentationerror, showsyntaxerror, showtraceback, system_piped, system_raw, transform_ast, user_expressions, var_expand, write, write_err

Inherited from traitlets.config.configurable.Configurable: update_config

Inherited from traitlets.traitlets.HasTraits: __getstate__, __setstate__, add_traits, has_trait, hold_trait_notifications, notify_change, observe, on_trait_change, set_trait, setup_instance, trait_metadata, trait_names, traits, unobserve, unobserve_all

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Methods

Inherited from traitlets.config.configurable.SingletonConfigurable: clear_instance, initialized, instance

Inherited from traitlets.config.configurable.Configurable: class_config_rst_doc, class_config_section, class_get_help, class_get_trait_help, class_print_help, section_names

Inherited from traitlets.traitlets.HasTraits: class_own_trait_events, class_own_traits, class_trait_names, class_traits, trait_events

Static Methods

Inherited from traitlets.traitlets.HasDescriptors: __new__

Class Variables
  display_banner = ...
  banner = ...

Inherited from IPython.terminal.embed.InteractiveShellEmbed: dummy_mode, embedded, exit_msg, should_raise, term_title

Inherited from IPython.terminal.interactiveshell.TerminalInteractiveShell: confirm_exit, debugger_history, display_completions, editing_mode, editor, extra_open_editor_shortcuts, highlight_matching_brackets, highlighting_style, highlighting_style_overrides, mouse_support, prompts, prompts_class, pt_cli, rl_next_input, simple_prompt, space_for_menu, true_color

Inherited from IPython.core.interactiveshell.InteractiveShell: active_eventloop, alias_manager, ast_node_interactivity, ast_transformers, autocall, autoindent, automagic, banner1, banner2, builtin_trap, cache_size, color_info, colors, data_pub_class, debug, deep_reload, default_user_namespaces, disable_failing_post_execute, display_formatter, display_page, display_pub_class, display_trap, displayhook_class, enable_html_pager, execution_count, exit_now, exiter, extension_manager, filename, history_length, history_load_length, history_manager, input_splitter, input_transformer_manager, ipython_dir, last_execution_succeeded, logappend, logfile, logstart, magics_manager, object_info_string_level, payload_manager, pdb, prefilter_manager, profile_dir, prompt_in1, prompt_in2, prompt_out, prompts_pad_left, pylab_gui_select, quiet, separate_in, separate_out, separate_out2, show_rewritten_input, sphinxify_docstring, wildcards_case_sensitive, xmode

Inherited from traitlets.config.configurable.LoggingConfigurable: log

Inherited from traitlets.config.configurable.Configurable: config, parent

Properties

Inherited from IPython.terminal.embed.InteractiveShellEmbed: embedded_active

Inherited from IPython.terminal.interactiveshell.TerminalInteractiveShell: debugger_cls

Inherited from IPython.core.interactiveshell.InteractiveShell: all_ns_refs, call_pdb, profile, user_global_ns

Inherited from traitlets.traitlets.HasTraits: cross_validation_lock

Inherited from object: __class__

Method Details

atexit_operations(self)

source code 

This will be executed at the time of exit.

Cleanup operations and saving of persistent data that is done unconditionally by IPython should be performed here.

For things that may depend on startup flags or platform specifics (such as having readline or not), register a separate atexit function in the code that has the appropriate information, rather than trying to clutter

Overrides: IPython.core.interactiveshell.InteractiveShell.atexit_operations
(inherited documentation)

init_inspector(self)

source code 
Overrides: IPython.core.interactiveshell.InteractiveShell.init_inspector

Class Variable Details

display_banner

Value:
u'''
----------------------------------------------------------------------\
------
The Rekall Digital Forensic/Incident Response framework 1.7.1.dev11 (H\
urricane Ridge).

"We can remember it for you wholesale!"

...

banner

Value:
u'''
----------------------------------------------------------------------\
------
The Rekall Digital Forensic/Incident Response framework 1.7.1.dev11 (H\
urricane Ridge).

"We can remember it for you wholesale!"

...