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
Function
test_video_embedding
use a tempfile, with dummy-data, to ensure that video embedding doesn't crash
IPython/core/tests/test_display.py:304
Function
test_warn_error_for_type
()
IPython/core/tests/test_formatters.py:266
Function
test_warning_on_non_existent_path_FileLink
FileLink: Calling _repr_html_ on non-existent files returns a warning
IPython/lib/tests/test_display.py:50
Function
test_warning_on_non_existent_path_FileLinks
FileLinks: Calling _repr_html_ on non-existent files returns a warning
IPython/lib/tests/test_display.py:89
Method
test_warning_suppression
(self)
IPython/core/tests/test_interactiveshell.py:942
Method
test_whole_cell
(self)
IPython/core/tests/test_inputsplitter.py:566
Function
test_whos
Check that whos is protected against objects where repr() fails.
IPython/core/tests/test_magic.py:600
Function
test_win32
()
IPython/testing/tests/test_decorators.py:158
Method
test_windows
(self)
IPython/utils/tests/test_path.py:480
Method
test_xdel
Test that references from %run are cleared by xdel.
IPython/core/tests/test_magic.py:554
Function
test_xmode
()
IPython/core/tests/test_magic.py:531
Function
test_xmode_skip
that xmode skip frames Not as a doctest as pytest does not run doctests.
IPython/core/tests/test_debugger.py:263
Method
test_xy
(self)
IPython/core/tests/test_inputsplitter.py:375
Function
text_repr
Hopefully pretty robust repr equivalent.
IPython/core/ultratb.py:1490
Method
timeit
Time execution of a Python statement or expression Usage, in line mode: %timeit [-n<N> -r<R> [-t|-c] -q -p<P> -o] statement
IPython/core/magics/execution.py:1012
Function
timing
timing(func,*args,**kw) -> t_total Execute a function once, return the elapsed total CPU time in seconds. This is just the first value in tim
IPython/utils/timing.py:109
Function
timings
timings(reps,func,*args,**kw) -> (t_total,t_per_call) Execute a function reps times, return a tuple with the elapsed total CPU time in second
IPython/utils/timing.py:99
Method
traceback
(self, job=None)
IPython/lib/backgroundjobs.py:346
Method
transform
Transform one instance of special syntax found by ``find()`` Takes a list of strings representing physical lines, returns a similar l
IPython/core/inputtransformer2.py:204
Method
transform
Transform a magic assignment found by the ``find()`` classmethod.
IPython/core/inputtransformer2.py:226
Method
transform
Transform a system assignment found by the ``find()`` classmethod.
IPython/core/inputtransformer2.py:265
Method
transform
Transform an escaped line found by the ``find()`` classmethod.
IPython/core/inputtransformer2.py:385
Method
transform_cell
Process and translate a cell of input.
IPython/core/inputsplitter.py:669
Method
transformer
(lines)
IPython/core/tests/test_interactiveshell.py:914
Method
transformer_factory
(**kwargs)
IPython/core/inputtransformer.py:72
Method
transformers
Return a list of checkers, sorted by priority.
IPython/core/prefilter.py:148
Method
transforms
Quick access to all transformers.
IPython/core/inputsplitter.py:587
Method
transforms_in_use
Transformers, excluding logical line transformers if we're in a Python line.
IPython/core/inputsplitter.py:594
Function
trivial
A trivial test
IPython/testing/tests/test_decorators.py:44
Method
type_name
(v)
IPython/core/magics/namespace.py:411
Function
type_pprint_wrapper
(obj, p, cycle)
IPython/lib/tests/test_pretty.py:260
Function
u_format
{u}'abc'" --> "'abc'" (Python 3) Accepts a string or a function, so it can be used as a decorator.
IPython/utils/py3compat.py:175
Method
unalias
Remove an alias
IPython/core/magics/osm.py:186
Function
undoc
Mark a function or class as undocumented. This is found by inspecting the AST, so for now it must be used directly as @undoc, not as e.g.
IPython/utils/decorators.py:51
Function
unescape_glob
Unescape glob pattern in `string`.
IPython/utils/path.py:305
Method
unicode_name_matches
u"""Match Latex-like syntax for unicode characters base on the name of the character. This does ``\\GREEK SMALL LETTER ETA`` -> ``η`
IPython/core/completer.py:1674
Function
unicode_std_stream
DEPRECATED, moved to nbconvert.utils.io
IPython/utils/io.py:244
Method
unload_ext
Unload an IPython extension by its module name. Not all extensions can be unloaded, only those which define an ``unload_ipyth
IPython/core/magics/extension.py:42
Function
unload_ipython_extension
(ip)
IPython/core/tests/daft_extension/daft_extension.py:11
Function
unload_ipython_extension
(shell)
examples/utils/cwd_prompt.py:18
Function
unquote_filename
On Windows, remove leading and trailing quotes from filenames. This function has been deprecated and should not be used any more: unquoting
IPython/utils/path.py:70
Method
unregister_handler
Unregister a handler instance by name with esc_strings.
IPython/core/prefilter.py:223
Method
unregister_transformer
Unregister a transformer instance.
IPython/core/prefilter.py:158
Method
unset_crashhandler
()
IPython/core/application.py:249
Function
update_class
Replace stuff in the __dict__ of a class, and upgrade method code objects, and add new methods, if any
IPython/extensions/autoreload.py:283
Function
update_property
Replace get/set/del functions of a property
IPython/extensions/autoreload.py:320
Method
user_global_ns
(self)
IPython/core/interactiveshell.py:1277
Function
utc_method
(*args, **kwargs)
IPython/utils/tz.py:40
Method
utcoffset
(self, d)
IPython/utils/tz.py:30
Method
validate
(self, obj, value)
IPython/core/interactiveshell.py:271
Method
validate_stb
validate structured traceback return type return type of CustomTB *should* be a list of strings, but allow single
IPython/core/interactiveshell.py:1884
Method
verbose
(self)
IPython/core/ultratb.py:1380
Method
visit_ClassDef
(self, node)
docs/sphinxext/apigen.py:64
Method
visit_Constant
(self, node)
IPython/core/tests/test_interactiveshell.py:628
Method
visit_Constant
(self, node)
IPython/core/tests/test_interactiveshell.py:729
Method
visit_Constant
(self, node)
IPython/core/tests/test_interactiveshell.py:781
Method
visit_Constant
(self, node)
IPython/core/tests/test_interactiveshell.py:811
Method
visit_For
Fill in the statement to be timed
IPython/core/magics/execution.py:141
Method
visit_FunctionDef
Fill in the setup statement
IPython/core/magics/execution.py:133
Method
visit_FunctionDef
(self, node)
docs/sphinxext/apigen.py:59
Method
visit_If
(self, node)
docs/sphinxext/apigen.py:51
Method
visit_Str
(self, node)
IPython/core/tests/test_interactiveshell.py:807
Method
wantDirectory
Return whether the given directory should be scanned for tests.
IPython/testing/iptest.py:273
Method
wantFile
Return whether the given filename should be scanned for tests.
IPython/testing/iptest.py:266
Method
who
Print all interactive variables, with some minimal formatting. If any arguments are given, only variables whose type matches one of t
IPython/core/magics/namespace.py:289
Method
whos
Like %who, but gives some extra information about each variable. The same type filtering of %who can be applied here. For all variab
IPython/core/magics/namespace.py:353
Method
will_run
(self)
IPython/testing/iptest.py:167
Method
will_run
(self)
IPython/testing/iptestcontroller.py:169
Function
win32_without_pywin32
()
IPython/core/tests/test_profile.py:75
Function
win_paste
(event)
IPython/terminal/shortcuts.py:266
Method
with_fake_debugger
(func)
IPython/core/tests/test_run.py:493
Function
with_patch_inspect
Deprecated since IPython 6.0 decorator for monkeypatching inspect.findsource
IPython/core/ultratb.py:304
Function
work_path
()
IPython/conftest.py:26
Function
wrap_paragraphs
Wrap multiple paragraphs to fit a specified width. This is equivalent to textwrap.wrap, but with support for multiple paragraphs, as separate
IPython/utils/text.py:386
Function
wrapped
(*args, **kwargs)
IPython/core/ultratb.py:310
Method
wrapped
wrap CustomTB handler, to protect IPython from user code This makes it harder (but not impossible) for custom excepti
IPython/core/interactiveshell.py:1910
Function
wrapper
(func_or_str)
IPython/utils/py3compat.py:44
Function
wrapper
(*args,**kw)
IPython/utils/decorators.py:41
Function
wrapper
(*args, **kwargs)
IPython/terminal/pt_inputhooks/wx.py:19
Function
wrapper
(*args, **kw)
IPython/core/debugger.py:188
Function
wrapper
(*a, **kw)
IPython/core/tests/test_oinspect.py:70
Function
wrapper
(*args, **kwargs)
IPython/core/tests/test_ultratb.py:40
Method
wrapper
(*args, **kwds)
IPython/core/tests/test_run.py:495
Method
write_err
DEPRECATED: Write a string to the default error output
IPython/core/interactiveshell.py:3625
Method
write_format_data
(self, format_dict, md_dict=None)
IPython/terminal/prompts.py:99
Method
write_output_prompt
(self)
IPython/terminal/prompts.py:79
Method
writefile
Write the contents of the cell to a file. The file will be overwritten unless the -a (--append) flag is specified.
IPython/core/magics/osm.py:836
Method
xdel
Delete a variable, trying to clear it from anywhere that IPython's machinery has references to it. By default, this uses the identity
IPython/core/magics/namespace.py:693
Method
xmode
Switch modes for the exception handlers. Valid modes: Plain, Context, Verbose, and Minimal. If called without arguments, acts as a t
IPython/core/magics/basic.py:362
Method
xmode_switch_err
(name)
IPython/core/magics/execution.py:507
Method
xmode_switch_err
(name)
IPython/core/magics/basic.py:374
Function
xsys
Replace the default system call with a capturing one for doctest.
IPython/conftest.py:42
Function
xsys
Replace the default system call with a capturing one for doctest.
IPython/testing/globalipapp.py:57
← previous
3,201–3,293 of 3,293, ranked by callers