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
↓ 1 callers
Method
set_completer_frame
Set the frame of the completer.
IPython/core/interactiveshell.py:2232
↓ 1 callers
Method
set_custom_completer
Adds a new custom completer function. The position argument (defaults to 0) is the index in the completers list where you want the co
IPython/core/interactiveshell.py:2214
↓ 1 callers
Method
set_env
Set environment variables. Assumptions are that either "val" is a name in the user namespace, or val is something that evaluates to a
IPython/core/magics/osm.py:466
↓ 1 callers
Method
set_ip
Will be used to set _ip point to current ipython instance b/f call Override this method if you don't want this to happen.
IPython/core/autocall.py:42
↓ 1 callers
Function
setup
(app)
IPython/sphinxext/ipython_directive.py:1046
↓ 1 callers
Function
setup
Install the plugin. :param app: Sphinx application context.
docs/sphinxext/github.py:147
↓ 1 callers
Method
setup
(self)
IPython/sphinxext/ipython_directive.py:921
↓ 1 callers
Method
setup
(self)
IPython/testing/iptestcontroller.py:127
↓ 1 callers
Method
shebang
Run a cell via a shell command The `%%script` line is like the #! line of script, specifying a program (bash, perl, ruby, etc
IPython/core/magics/script.py:158
↓ 1 callers
Function
shellglob
Do glob expansion for each element in `args` and return a flattened list. Unmatched glob pattern will remain as-is in the returned list.
IPython/utils/path.py:314
↓ 1 callers
Function
should_backport
return set of PRs marked for backport
tools/backport_pr.py:126
↓ 1 callers
Function
show_hidden
Return true for strings starting with single _ if show_all is true.
IPython/utils/wildcard.py:54
↓ 1 callers
Method
show_usage_error
Show a short message for UsageErrors These are special exceptions that shouldn't show a traceback.
IPython/core/interactiveshell.py:1991
↓ 1 callers
Method
showindentationerror
Called by _run_cell when there's an IndentationError in code entered at the prompt. This is overridden in TerminalInteractiveShell to
IPython/core/interactiveshell.py:2097
↓ 1 callers
Function
sii
(s)
IPython/core/tests/test_magic.py:1182
↓ 1 callers
Function
slide
(file_path, noclear=False, format_rst=True, formatter="terminal", style="native", auto_all=False, de
IPython/lib/demo.py:634
↓ 1 callers
Function
softspace
Copied from code.py, to remove the dependency
IPython/core/interactiveshell.py:235
↓ 1 callers
Method
sort_transformers
Sort the transformers by priority. This must be called after the priority of a transformer is changed. The :meth:`register_transforme
IPython/core/prefilter.py:139
↓ 1 callers
Function
sorted_by_field
Return a list of issues sorted by closing date date.
tools/github_stats.py:91
↓ 1 callers
Function
spam
(c, d_e)
IPython/core/tests/test_ultratb.py:401
↓ 1 callers
Function
split_pulls
split a list of closed issues into non-PR Issues and Pull Requests
tools/github_stats.py:52
↓ 1 callers
Function
split_user_input
Split user input into initial whitespace, escape character, function part and the rest.
IPython/core/splitinput.py:53
↓ 1 callers
Method
src_attr
(self)
IPython/lib/display.py:222
↓ 1 callers
Method
stage_default_config_file
auto generate default config file, and stage it into the profile.
IPython/core/application.py:438
↓ 1 callers
Method
start_displayhook
Start the displayhook, initializing resources.
IPython/core/displayhook.py:105
↓ 1 callers
Function
start_event_loop_qt4
Start the qt4 event loop in a consistent manner.
IPython/lib/guisupport.py:138
↓ 1 callers
Function
start_ipython
Launch a normal IPython instance (as opposed to embedded) `IPython.embed()` puts a shell in a particular calling scope, such as a functio
IPython/__init__.py:100
↓ 1 callers
Function
start_ipython
Start a global IPython shell, which we need for IPython-specific syntax.
IPython/testing/globalipapp.py:72
↓ 1 callers
Method
status
Print a status of all jobs currently being managed.
IPython/lib/backgroundjobs.py:284
↓ 1 callers
Function
stdin_ready
()
IPython/lib/inputhookpyglet.py:36
↓ 1 callers
Function
str_to_array
Simplistic converter of strings from repr to float NumPy arrays. If the repr representation has ellipsis in it, then this will fail. Pa
IPython/sphinxext/custom_doctests.py:51
↓ 1 callers
Function
strip_email_quotes
Strip leading email quotation characters ('>'). Removes any combination of leading '>' interspersed with whitespace that appears *identically
IPython/utils/text.py:428
↓ 1 callers
Function
strip_indentation
(multiline_string)
IPython/core/debugger.py:179
↓ 1 callers
Function
strip_initial_indent
For %load, strip indent from lines until finding an unindented line. https://github.com/ipython/ipython/issues/9775
IPython/core/magics/code.py:136
↓ 1 callers
Method
structured_traceback
Return a list of traceback frames. Must be implemented by each class.
IPython/core/ultratb.py:589
↓ 1 callers
Function
superreload
Enhanced version of the builtin reload function. superreload remembers objects previously in the module, and - upgrades the class dictionary
IPython/extensions/autoreload.py:359
↓ 1 callers
Method
switch_doctest_mode
(self, mode)
IPython/core/interactiveshell.py:3792
↓ 1 callers
Function
sys_info
Return useful information about IPython and the system, as a string. Examples -------- :: In [2]: print(sys_info())
IPython/utils/sysinfo.py:101
↓ 1 callers
Function
sysexit
(stat, mode)
IPython/core/tests/simpleerr.py:10
↓ 1 callers
Function
system
Win32 version of os.system() that works with network shares. Note that this implementation returns None, as meant for use in IPython. Parame
IPython/utils/_process_win32_controller.py:546
↓ 1 callers
Method
system_raw
Call the given cmd in a subprocess using os.system on Windows or subprocess.call using the system shell on other platforms. Parameter
IPython/core/interactiveshell.py:2477
↓ 1 callers
Function
target_outdated
Determine whether a target is out of date. target_outdated(target,deps) -> 1/0 deps: list of filenames which MUST exist. target: single
setupbase.py:185
↓ 1 callers
Function
target_outdated
Determine whether a target is out of date. target_outdated(target,deps) -> 1/0 deps: list of filenames which MUST exist. target: single
IPython/utils/path.py:330
↓ 1 callers
Function
target_update
Update a target with a given command given a list of dependencies. target_update(target,deps,cmd) -> runs cmd if target is outdated. This is
setupbase.py:209
↓ 1 callers
Method
tchan
(self, channel)
IPython/utils/tests/test_io.py:30
↓ 1 callers
Method
tearDown
(self)
IPython/testing/tools.py:279
↓ 1 callers
Method
teardown
(self)
IPython/sphinxext/ipython_directive.py:973
↓ 1 callers
Function
temp_pyfile
Make a temporary python file, return filename and filehandle. Parameters ---------- src : string or list of strings (no need for ending n
IPython/utils/io.py:191
↓ 1 callers
Function
test
()
IPython/sphinxext/ipython_directive.py:1078
↓ 1 callers
Method
test
(self)
IPython/core/tests/test_inputsplitter.py:114
↓ 1 callers
Method
test_exit_code_error
(self)
IPython/core/tests/test_interactiveshell.py:540
↓ 1 callers
Method
test_exit_code_ok
(self)
IPython/core/tests/test_interactiveshell.py:536
↓ 1 callers
Function
test_for
Test to see if item is importable, and optionally check against a minimum version. If min_version is given, the default behavior is to check
IPython/testing/iptest.py:104
↓ 1 callers
Function
test_function
()
IPython/utils/tests/test_tokenutil.py:29
↓ 1 callers
Function
test_ident
Is the unicode string valid in a Python 3 identifier.
tools/gen_latex_symbols.py:48
↓ 1 callers
Method
test_paste_py_multi
(self)
IPython/core/tests/test_magic_terminal.py:107
↓ 1 callers
Method
timeit
Time 'number' executions of the main statement. To be precise, this executes the setup statement once, and then returns the time it t
IPython/core/magics/execution.py:155
↓ 1 callers
Function
tkinter_clipboard_get
Get the clipboard's text using Tkinter. This is the default on systems that are not Windows or OS X. It may interfere with other UI toolkits
IPython/lib/clipboard.py:46
↓ 1 callers
Function
toggle_set_term_title
Control whether set_term_title is active or not. set_term_title() allows writing to the console titlebar. In embedded widgets this can cause
IPython/utils/terminal.py:37
↓ 1 callers
Function
token_at_cursor
Get the token at a given cursor Used for introspection. Function calls are prioritized, so the token for the callable will be return
IPython/utils/tokenutil.py:59
↓ 1 callers
Method
traceback
(self)
IPython/lib/backgroundjobs.py:425
↓ 1 callers
Method
transform
Transform a line, returning the new one.
IPython/core/prefilter.py:360
↓ 1 callers
Method
transform_cell
Transforms a cell of input code
IPython/core/inputtransformer2.py:585
↓ 1 callers
Method
transform_line
Calls the enabled transformers in order of increasing priority.
IPython/core/prefilter.py:264
↓ 1 callers
Function
unescape
(s)
IPython/utils/path.py:307
↓ 1 callers
Function
uniq_stable
uniq_stable(elems) -> list Return from an iterable, a list of all the unique elements in the input, but maintaining the order in which they f
IPython/utils/data.py:13
↓ 1 callers
Method
unregister_checker
Unregister a checker instance.
IPython/core/prefilter.py:194
↓ 1 callers
Method
unset
Unset the hook.
IPython/core/display_trap.py:67
↓ 1 callers
Method
update
Update existing displays with my id Parameters ---------- obj: object to display **kwarg
IPython/core/display.py:382
↓ 1 callers
Function
update_display
Update an existing display by id Parameters ---------- obj: The object with which to update the display display_id: keyword-
IPython/core/display.py:326
↓ 1 callers
Function
update_function
Upgrade the code object of a function
IPython/extensions/autoreload.py:262
↓ 1 callers
Function
update_instances
Use garbage collector to find all instances that refer to the old class definition and update their __class__ to point to the new class defini
IPython/extensions/autoreload.py:271
↓ 1 callers
Method
update_user_ns
Update user_ns with various things like _, __, _1, etc.
IPython/core/displayhook.py:197
↓ 1 callers
Function
utc_aware
decorator for adding UTC tzinfo to datetime's utcfoo methods
IPython/utils/tz.py:38
↓ 1 callers
Method
validate
Validate the alias, and return the number of arguments.
IPython/core/alias.py:136
↓ 1 callers
Method
vformat
(self, format_string:str, args, kwargs)
IPython/utils/text.py:541
↓ 1 callers
Method
vi_mode
(self)
IPython/terminal/prompts.py:17
↓ 1 callers
Method
visit_Num
(self, node)
IPython/core/tests/test_interactiveshell.py:623
↓ 1 callers
Method
visit_Num
(self, node)
IPython/core/tests/test_interactiveshell.py:722
↓ 1 callers
Method
visit_Num
(self, node)
IPython/core/tests/test_interactiveshell.py:777
↓ 1 callers
Function
wait_using_filehandler
Run the TK eventloop until the file handler that we got from the inputhook becomes readable.
IPython/terminal/pt_inputhooks/tk.py:54
↓ 1 callers
Function
wait_using_polling
Windows TK doesn't support 'createfilehandler'. So, run the TK eventloop and poll until input is ready.
IPython/terminal/pt_inputhooks/tk.py:74
↓ 1 callers
Function
win32_clipboard_get
Get the current clipboard's text on Windows. Requires Mark Hammond's pywin32 extensions.
IPython/lib/clipboard.py:12
↓ 1 callers
Method
wrap
Can be used by subclasses as a decorator, to return a factory that will allow instantiation with the decorated object.
IPython/core/inputtransformer.py:67
↓ 1 callers
Method
write_api_docs
Generate API reST files. Parameters ---------- outdir : string Directory name in which to store files
docs/sphinxext/apigen.py:400
↓ 1 callers
Function
write_doc
(name, title, app, preamble=None)
docs/autogen_config.py:103
↓ 1 callers
Method
write_format_data
Write the format data dict to the frontend. This default version of this method simply writes the plain text representation of the ob
IPython/core/displayhook.py:156
↓ 1 callers
Method
write_index
Make a reST API index file from written files Parameters ---------- outdir : string Directory to which to write g
docs/sphinxext/apigen.py:423
↓ 1 callers
Method
write_modules_api
(self, modules,outdir)
docs/sphinxext/apigen.py:385
↓ 1 callers
Method
write_output_prompt
Write the output prompt. The default implementation simply writes the prompt to ``sys.stdout``.
IPython/core/displayhook.py:109
↓ 1 callers
Method
write_payload
Include or update the specified `data` payload in the PayloadManager. If a previous payload with the same source exists and `single` is True,
IPython/core/payload.py:32
↓ 1 callers
Method
writefile
(self, name, content)
IPython/core/tests/test_run.py:435
Function
BdbQuit_IPython_excepthook
(self,et,ev,tb,tb_offset=None)
IPython/core/debugger.py:79
Function
BdbQuit_excepthook
Exception hook which handles `BdbQuit` exceptions. All other exceptions are processed using the `excepthook` parameter.
IPython/core/debugger.py:62
Method
Integer
(*args)
IPython/core/tests/test_interactiveshell.py:741
Method
Notify
(self)
IPython/terminal/pt_inputhooks/wx.py:56
Method
Notify
(self)
IPython/lib/inputhookwx.py:63
Method
OnFunButton
Event handler for the button click.
examples/IPython Kernel/gui/gui-wx.py:75
Method
OnInit
(self)
examples/IPython Kernel/gui/gui-wx.py:81
Method
OnTimeToClose
Event handler for the button click.
examples/IPython Kernel/gui/gui-wx.py:70
← previous
next →
1,001–1,100 of 3,293, ranked by callers