home *** CD-ROM | disk | FTP | other *** search
- # Source Generated with Decompyle++
- # File: in.pyc (Python 2.6)
-
- import IPython.rlineimpl as readline
- import IPython.ipapi as IPython
- ip = IPython.ipapi.get()
- o = ip.options
- o.colors = 'Linux'
- o.color_info = 1
- o.confirm_exit = 1
- o.pprint = 1
- o.multi_line_specials = 1
- o.xmode = 'Context'
- o.prompt_in1 = 'In [\\#]: '
- o.prompt_in2 = ' .\\D.: '
- o.prompt_out = 'Out[\\#]: '
- o.prompts_pad_left = 1
- o.autoindent = 1
- o.readline_remove_delims = '-/~'
- o.readline_merge_completions = 1
- o.readline = 1
- rlopts = 'tab: complete\n"\\C-l": possible-completions\nset show-all-if-ambiguous on\n"\\C-o": tab-insert\n"\\M-i": " "\n"\\M-o": "\\d\\d\\d\\d"\n"\\M-I": "\\d\\d\\d\\d"\n"\\C-r": reverse-search-history\n"\\C-s": forward-search-history\n"\\C-p": history-search-backward\n"\\C-n": history-search-forward\n"\\e[A": history-search-backward\n"\\e[B": history-search-forward\n"\\C-k": kill-line\n"\\C-u": unix-line-discard'
- if readline.have_readline:
- for cmd in rlopts.split('\n'):
- readline.parse_and_bind(cmd)
-
-
-