MCPcopy Create free account

hub / github.com/ipython/ipython / functions

Functions3,293 in github.com/ipython/ipython

Methodget_list
(self)
IPython/utils/text.py:42
Methodget_list
(self)
IPython/utils/text.py:100
Functionget_long_path_name
Expand a path into its long form. On Windows this expands any ~ in the paths. On other platforms, it is a null operation.
IPython/utils/path.py:61
Methodget_message
()
IPython/terminal/interactiveshell.py:415
Methodget_nlstr
(self)
IPython/utils/text.py:60
Methodget_nlstr
(self)
IPython/utils/text.py:114
Methodget_package_name
(self)
docs/sphinxext/apigen.py:134
Methodget_paths
(self)
IPython/utils/text.py:65
Methodget_paths
(self)
IPython/utils/text.py:123
Methodget_prompt_tokens
()
IPython/terminal/debugger.py:44
Functionget_pulls_list
get pull request list
tools/gh_api.py:151
Methodget_range
(self, session, start=1, stop=None, raw=True,output=False)
IPython/core/history.py:131
Methodget_range_by_str
(self, rangestr, raw=True, output=False)
IPython/core/history.py:134
Methodget_session_info
Get info about a session. Parameters ---------- session : int Session number to retrieve. Returns
IPython/core/history.py:307
Methodget_spstr
(self)
IPython/utils/text.py:51
Methodget_spstr
(self)
IPython/utils/text.py:105
Methodget_tail
(self, n=10, raw=True, output=False, include_latest=False)
IPython/core/history.py:124
Methodget_tokens_unprocessed
(self, text)
IPython/lib/lexers.py:477
Methodget_write_fileno
(self)
IPython/testing/iptest.py:339
Functiongetargs
Get information about the arguments accepted by a code object. Three things are returned: (args, varargs, varkw), where 'args' is a list of a
IPython/core/ultratb.py:241
Functiongetargspec
Wrapper around :func:`inspect.getfullargspec` In addition to functions and methods, this can also handle objects with a ``__call__`` attribut
IPython/core/oinspect.py:200
Methodgetdoc
(self)
IPython/core/tests/test_oinspect.py:249
Functiongetfigs
Get a list of matplotlib figures by figure numbers. If no arguments are given, all available figures are returned. If the argument list cont
IPython/core/pylabtools.py:59
Functiongetlines
Deprecated since IPython 6.0
IPython/utils/ulinecache.py:14
Functiongetmtime
(f)
tools/update_whatsnew.py:36
Functiongetoutput
Run a command and return its stdout/stderr as a string. Parameters ---------- cmd : str or list A command to be executed in the sys
IPython/utils/_process_common.py:114
Functiongetoutput
Return standard output of executing cmd in a shell. Accepts the same arguments as os.system(). Parameters ---------- cmd : str or li
IPython/utils/_process_win32.py:147
Methodgetoutput_pexpect
Run a command and return its stdout/stderr as a string. Parameters ---------- cmd : str A command to be executed in
IPython/utils/_process_posix.py:100
Functionghcommit_role
Link to a GitHub commit. Returns 2 part tuple containing list of nodes to insert into the document and a list of system messages. Both are a
docs/sphinxext/github.py:116
Functionghissue_role
Link to a GitHub issue. Returns 2 part tuple containing list of nodes to insert into the document and a list of system messages. Both are al
docs/sphinxext/github.py:54
Functionghuser_role
Link to a GitHub user. Returns 2 part tuple containing list of nodes to insert into the document and a list of system messages. Both are all
docs/sphinxext/github.py:95
Functionglut_close
()
IPython/terminal/pt_inputhooks/glut.py:68
Functionglut_close
()
IPython/lib/inputhookglut.py:109
Functionglut_display
()
IPython/terminal/pt_inputhooks/glut.py:60
Functionglut_display
()
IPython/lib/inputhookglut.py:101
Functionglut_idle
()
IPython/terminal/pt_inputhooks/glut.py:64
Functionglut_idle
()
IPython/lib/inputhookglut.py:105
Functionglut_int_handler
(signum, frame)
IPython/terminal/pt_inputhooks/glut.py:73
Functionglut_int_handler
(signum, frame)
IPython/lib/inputhookglut.py:114
Functiongnuclient
(exe=u'gnuclient')
IPython/lib/editorhooks.py:119
Methodgui
Enable or disable IPython GUI event loop integration. %gui [GUINAME] This magic replaces IPython's threaded shells that were activat
IPython/core/magics/basic.py:480
Methodhandle
Handle normal input lines. Use as a template for handlers.
IPython/core/prefilter.py:549
Methodhandle
(self, line_info)
IPython/core/prefilter.py:576
Methodhandle
Execute magic functions.
IPython/core/prefilter.py:588
Methodhandle
Handle input lines marked by python-mode.
IPython/core/prefilter.py:675
Methodhandlers
Return a dict of all the handlers.
IPython/core/prefilter.py:213
Functionhas_pywin32
()
IPython/utils/tests/test_process.py:48
Methodhasattr
hasattr function available as a method. Implemented like has_key. Examples -------- >>> s = Struct(a=10) >>
IPython/utils/ipstruct.py:247
Functionhello_world
(wigdet, data=None)
examples/IPython Kernel/gui/gui-gtk3.py:14
Functionhello_world
(wigdet, data=None)
examples/IPython Kernel/gui/gui-gtk.py:16
Methodhello_world
(self)
examples/IPython Kernel/gui/gui-tk.py:23
Functionhelp_all_output_test
test that `ipython [subcommand] --help-all` works
IPython/testing/tools.py:462
Functionhelp_output_test
test that `ipython [subcommand] -h` works
IPython/testing/tools.py:451
Methodhistory
Print input history (_i<n> variables), with most recent last. By default, input history is printed without line numbers so it can be
IPython/core/magics/history.py:99
Methodhtml
Render the cell as a block of HTML
IPython/core/magics/display.py:70
Functionidle
Idle, the editor bundled with python Parameters ---------- exe : str, None If none, should be pretty smart about finding the exe
IPython/lib/editorhooks.py:87
Functionignore_keyboardinterrupts
Decorator which causes KeyboardInterrupt exceptions to be ignored during execution of the decorated function. This is used by the inputhook f
IPython/terminal/pt_inputhooks/wx.py:11
Functionimport_pyqt4
Import PyQt4 Parameters ---------- version : 1, 2, or None Which QString/QVariant API to use. Set to None to use the system
IPython/external/qt_loaders.py:177
Functionimport_pyqt5
Import PyQt5 ImportErrors rasied within this function are non-recoverable
IPython/external/qt_loaders.py:214
Functionimport_pyside
Import PySide ImportErrors raised within this function are non-recoverable
IPython/external/qt_loaders.py:236
Functionimport_pyside2
Import PySide2 ImportErrors raised within this function are non-recoverable
IPython/external/qt_loaders.py:245
Methodin_prompt_tokens
(self)
IPython/terminal/prompts.py:61
Methodin_prompt_tokens
(self, cli=None)
examples/utils/cwd_prompt.py:9
Methodin_prompt_tokens
(self, cli=None)
examples/Embedding/embed_class_long.py:24
Methodin_thread
()
IPython/terminal/debugger.py:119
Functionindent_buffer
(event)
IPython/terminal/shortcuts.py:205
Methodinit_alias
(self)
IPython/terminal/interactiveshell.py:511
Methodinit_config_files
(self)
IPython/core/profileapp.py:258
Methodinit_display_formatter
(self)
IPython/terminal/interactiveshell.py:277
Methodinit_io
(self)
IPython/terminal/interactiveshell.py:490
Methodinit_magics
(self)
IPython/terminal/interactiveshell.py:507
Methodinit_magics
(self)
IPython/terminal/embed.py:173
Methodinit_readline
DEPRECATED Moved to terminal subclass, here only to simplify the init logic.
IPython/core/interactiveshell.py:2109
Methodinit_shell
(self)
IPython/core/shellapp.py:217
Methodinit_sys_modules
Explicitly overwrite :mod:`IPython.core.interactiveshell` to do nothing.
IPython/terminal/embed.py:167
Methodinitialize
Do actions after construct, but before starting the app.
IPython/terminal/ipapp.py:306
Methodinitialize_options
(self)
setupbase.py:290
Methodinitialize_options
(self)
setupext/install_data_ext.py:12
Methodinitialize_subcommand
(self, subc, argv=None)
IPython/core/application.py:237
Functioninner
(test_function)
IPython/core/tests/test_ultratb.py:39
Functioninner
(obj, p, cycle)
IPython/lib/pretty.py:546
Methodinput_splitter
Make this available for backward compatibility (pre-7.0 release) with existing code. For example, ipykernel ipykernel currently uses
IPython/core/interactiveshell.py:495
Methodinput_transformers_cleanup
(self)
IPython/core/interactiveshell.py:486
Functioninputhook
When the eventloop of prompt-toolkit is idle, call this inputhook. This will run the GTK main loop until the file descriptor `context.fi
IPython/terminal/pt_inputhooks/gtk.py:44
Functioninputhook
Run the pyglet event loop by processing pending events only. This keeps processing pending events until stdin is ready. After processing all
IPython/terminal/pt_inputhooks/glut.py:94
Functioninputhook
Run the pyglet event loop by processing pending events only. This keeps processing pending events until stdin is ready. After processing all
IPython/terminal/pt_inputhooks/pyglet.py:24
Functioninputhook
Inputhook for Tk. Run the Tk eventloop until prompt-toolkit needs to process the next input.
IPython/terminal/pt_inputhooks/tk.py:46
Functioninputhook
Inputhook for asyncio event loop integration.
IPython/terminal/pt_inputhooks/asyncio.py:41
Functioninputhook
(context)
IPython/terminal/pt_inputhooks/qt.py:11
Functioninputhook
(context)
IPython/terminal/pt_inputhooks/gtk3.py:10
Functioninputhook
Inputhook for Cocoa (NSApp)
IPython/terminal/pt_inputhooks/osx.py:127
Methodinputhook
(self, context)
IPython/terminal/interactiveshell.py:580
Functioninputhook_glut
Run the pyglet event loop by processing pending events only. This keeps processing pending events until stdin is ready. After processing all
IPython/lib/inputhookglut.py:125
Functioninputhook_gtk
()
IPython/lib/inputhookgtk.py:31
Functioninputhook_gtk3
()
IPython/lib/inputhookgtk3.py:31
Functioninputhook_pyglet
Run the pyglet event loop by processing pending events only. This keeps processing pending events until stdin is ready. After processing all
IPython/lib/inputhookpyglet.py:68
Functioninputhook_qt4
PyOS_InputHook python hook for Qt4. Process pending Qt events and if there's no pending keyboard input, spend a short slice of time (
IPython/lib/inputhookqt4.py:78
Functioninputhook_wx1
Run the wx event loop by processing pending events only. This approach seems to work, but its performance is not great as it relies on having
IPython/terminal/pt_inputhooks/wx.py:28
Functioninputhook_wx1
Run the wx event loop by processing pending events only. This approach seems to work, but its performance is not great as it relies on having
IPython/lib/inputhookwx.py:33
Functioninputhook_wx2
Run the wx event loop, polling for stdin. This version runs the wx eventloop for an undetermined amount of time, during which it periodically
IPython/terminal/pt_inputhooks/wx.py:76
← previousnext →1,901–2,000 of 3,293, ranked by callers