Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ipython/ipython
/ functions
Functions
3,293 in github.com/ipython/ipython
⨍
Functions
3,293
◇
Types & classes
503
↳
Endpoints
20
Method
get_list
(self)
IPython/utils/text.py:42
Method
get_list
(self)
IPython/utils/text.py:100
Function
get_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
Method
get_message
()
IPython/terminal/interactiveshell.py:415
Method
get_nlstr
(self)
IPython/utils/text.py:60
Method
get_nlstr
(self)
IPython/utils/text.py:114
Method
get_package_name
(self)
docs/sphinxext/apigen.py:134
Method
get_paths
(self)
IPython/utils/text.py:65
Method
get_paths
(self)
IPython/utils/text.py:123
Method
get_prompt_tokens
()
IPython/terminal/debugger.py:44
Function
get_pulls_list
get pull request list
tools/gh_api.py:151
Method
get_range
(self, session, start=1, stop=None, raw=True,output=False)
IPython/core/history.py:131
Method
get_range_by_str
(self, rangestr, raw=True, output=False)
IPython/core/history.py:134
Method
get_session_info
Get info about a session. Parameters ---------- session : int Session number to retrieve. Returns
IPython/core/history.py:307
Method
get_spstr
(self)
IPython/utils/text.py:51
Method
get_spstr
(self)
IPython/utils/text.py:105
Method
get_tail
(self, n=10, raw=True, output=False, include_latest=False)
IPython/core/history.py:124
Method
get_tokens_unprocessed
(self, text)
IPython/lib/lexers.py:477
Method
get_write_fileno
(self)
IPython/testing/iptest.py:339
Function
getargs
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
Function
getargspec
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
Method
getdoc
(self)
IPython/core/tests/test_oinspect.py:249
Function
getfigs
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
Function
getlines
Deprecated since IPython 6.0
IPython/utils/ulinecache.py:14
Function
getmtime
(f)
tools/update_whatsnew.py:36
Function
getoutput
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
Function
getoutput
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
Method
getoutput_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
Function
ghcommit_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
Function
ghissue_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
Function
ghuser_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
Function
glut_close
()
IPython/terminal/pt_inputhooks/glut.py:68
Function
glut_close
()
IPython/lib/inputhookglut.py:109
Function
glut_display
()
IPython/terminal/pt_inputhooks/glut.py:60
Function
glut_display
()
IPython/lib/inputhookglut.py:101
Function
glut_idle
()
IPython/terminal/pt_inputhooks/glut.py:64
Function
glut_idle
()
IPython/lib/inputhookglut.py:105
Function
glut_int_handler
(signum, frame)
IPython/terminal/pt_inputhooks/glut.py:73
Function
glut_int_handler
(signum, frame)
IPython/lib/inputhookglut.py:114
Function
gnuclient
(exe=u'gnuclient')
IPython/lib/editorhooks.py:119
Method
gui
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
Method
handle
Handle normal input lines. Use as a template for handlers.
IPython/core/prefilter.py:549
Method
handle
(self, line_info)
IPython/core/prefilter.py:576
Method
handle
Execute magic functions.
IPython/core/prefilter.py:588
Method
handle
Handle input lines marked by python-mode.
IPython/core/prefilter.py:675
Method
handlers
Return a dict of all the handlers.
IPython/core/prefilter.py:213
Function
has_pywin32
()
IPython/utils/tests/test_process.py:48
Method
hasattr
hasattr function available as a method. Implemented like has_key. Examples -------- >>> s = Struct(a=10) >>
IPython/utils/ipstruct.py:247
Function
hello_world
(wigdet, data=None)
examples/IPython Kernel/gui/gui-gtk3.py:14
Function
hello_world
(wigdet, data=None)
examples/IPython Kernel/gui/gui-gtk.py:16
Method
hello_world
(self)
examples/IPython Kernel/gui/gui-tk.py:23
Function
help_all_output_test
test that `ipython [subcommand] --help-all` works
IPython/testing/tools.py:462
Function
help_output_test
test that `ipython [subcommand] -h` works
IPython/testing/tools.py:451
Method
history
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
Method
html
Render the cell as a block of HTML
IPython/core/magics/display.py:70
Function
idle
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
Function
ignore_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
Function
import_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
Function
import_pyqt5
Import PyQt5 ImportErrors rasied within this function are non-recoverable
IPython/external/qt_loaders.py:214
Function
import_pyside
Import PySide ImportErrors raised within this function are non-recoverable
IPython/external/qt_loaders.py:236
Function
import_pyside2
Import PySide2 ImportErrors raised within this function are non-recoverable
IPython/external/qt_loaders.py:245
Method
in_prompt_tokens
(self)
IPython/terminal/prompts.py:61
Method
in_prompt_tokens
(self, cli=None)
examples/utils/cwd_prompt.py:9
Method
in_prompt_tokens
(self, cli=None)
examples/Embedding/embed_class_long.py:24
Method
in_thread
()
IPython/terminal/debugger.py:119
Function
indent_buffer
(event)
IPython/terminal/shortcuts.py:205
Method
init_alias
(self)
IPython/terminal/interactiveshell.py:511
Method
init_config_files
(self)
IPython/core/profileapp.py:258
Method
init_display_formatter
(self)
IPython/terminal/interactiveshell.py:277
Method
init_io
(self)
IPython/terminal/interactiveshell.py:490
Method
init_magics
(self)
IPython/terminal/interactiveshell.py:507
Method
init_magics
(self)
IPython/terminal/embed.py:173
Method
init_readline
DEPRECATED Moved to terminal subclass, here only to simplify the init logic.
IPython/core/interactiveshell.py:2109
Method
init_shell
(self)
IPython/core/shellapp.py:217
Method
init_sys_modules
Explicitly overwrite :mod:`IPython.core.interactiveshell` to do nothing.
IPython/terminal/embed.py:167
Method
initialize
Do actions after construct, but before starting the app.
IPython/terminal/ipapp.py:306
Method
initialize_options
(self)
setupbase.py:290
Method
initialize_options
(self)
setupext/install_data_ext.py:12
Method
initialize_subcommand
(self, subc, argv=None)
IPython/core/application.py:237
Function
inner
(test_function)
IPython/core/tests/test_ultratb.py:39
Function
inner
(obj, p, cycle)
IPython/lib/pretty.py:546
Method
input_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
Method
input_transformers_cleanup
(self)
IPython/core/interactiveshell.py:486
Function
inputhook
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
Function
inputhook
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
Function
inputhook
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
Function
inputhook
Inputhook for Tk. Run the Tk eventloop until prompt-toolkit needs to process the next input.
IPython/terminal/pt_inputhooks/tk.py:46
Function
inputhook
Inputhook for asyncio event loop integration.
IPython/terminal/pt_inputhooks/asyncio.py:41
Function
inputhook
(context)
IPython/terminal/pt_inputhooks/qt.py:11
Function
inputhook
(context)
IPython/terminal/pt_inputhooks/gtk3.py:10
Function
inputhook
Inputhook for Cocoa (NSApp)
IPython/terminal/pt_inputhooks/osx.py:127
Method
inputhook
(self, context)
IPython/terminal/interactiveshell.py:580
Function
inputhook_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
Function
inputhook_gtk
()
IPython/lib/inputhookgtk.py:31
Function
inputhook_gtk3
()
IPython/lib/inputhookgtk3.py:31
Function
inputhook_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
Function
inputhook_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
Function
inputhook_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
Function
inputhook_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
Function
inputhook_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
← previous
next →
1,901–2,000 of 3,293, ranked by callers