MCPcopy Create free account

hub / github.com/ipython/ipython / functions

Functions3,293 in github.com/ipython/ipython

Functiontest_video_embedding
use a tempfile, with dummy-data, to ensure that video embedding doesn't crash
IPython/core/tests/test_display.py:304
Functiontest_warn_error_for_type
()
IPython/core/tests/test_formatters.py:266
Functiontest_warning_on_non_existent_path_FileLink
FileLink: Calling _repr_html_ on non-existent files returns a warning
IPython/lib/tests/test_display.py:50
Functiontest_warning_on_non_existent_path_FileLinks
FileLinks: Calling _repr_html_ on non-existent files returns a warning
IPython/lib/tests/test_display.py:89
Methodtest_warning_suppression
(self)
IPython/core/tests/test_interactiveshell.py:942
Methodtest_whole_cell
(self)
IPython/core/tests/test_inputsplitter.py:566
Functiontest_whos
Check that whos is protected against objects where repr() fails.
IPython/core/tests/test_magic.py:600
Functiontest_win32
()
IPython/testing/tests/test_decorators.py:158
Methodtest_windows
(self)
IPython/utils/tests/test_path.py:480
Methodtest_xdel
Test that references from %run are cleared by xdel.
IPython/core/tests/test_magic.py:554
Functiontest_xmode
()
IPython/core/tests/test_magic.py:531
Functiontest_xmode_skip
that xmode skip frames Not as a doctest as pytest does not run doctests.
IPython/core/tests/test_debugger.py:263
Methodtest_xy
(self)
IPython/core/tests/test_inputsplitter.py:375
Functiontext_repr
Hopefully pretty robust repr equivalent.
IPython/core/ultratb.py:1490
Methodtimeit
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
Functiontiming
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
Functiontimings
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
Methodtraceback
(self, job=None)
IPython/lib/backgroundjobs.py:346
Methodtransform
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
Methodtransform
Transform a magic assignment found by the ``find()`` classmethod.
IPython/core/inputtransformer2.py:226
Methodtransform
Transform a system assignment found by the ``find()`` classmethod.
IPython/core/inputtransformer2.py:265
Methodtransform
Transform an escaped line found by the ``find()`` classmethod.
IPython/core/inputtransformer2.py:385
Methodtransform_cell
Process and translate a cell of input.
IPython/core/inputsplitter.py:669
Methodtransformer
(lines)
IPython/core/tests/test_interactiveshell.py:914
Methodtransformer_factory
(**kwargs)
IPython/core/inputtransformer.py:72
Methodtransformers
Return a list of checkers, sorted by priority.
IPython/core/prefilter.py:148
Methodtransforms
Quick access to all transformers.
IPython/core/inputsplitter.py:587
Methodtransforms_in_use
Transformers, excluding logical line transformers if we're in a Python line.
IPython/core/inputsplitter.py:594
Functiontrivial
A trivial test
IPython/testing/tests/test_decorators.py:44
Methodtype_name
(v)
IPython/core/magics/namespace.py:411
Functiontype_pprint_wrapper
(obj, p, cycle)
IPython/lib/tests/test_pretty.py:260
Functionu_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
Methodunalias
Remove an alias
IPython/core/magics/osm.py:186
Functionundoc
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
Functionunescape_glob
Unescape glob pattern in `string`.
IPython/utils/path.py:305
Methodunicode_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
Functionunicode_std_stream
DEPRECATED, moved to nbconvert.utils.io
IPython/utils/io.py:244
Methodunload_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
Functionunload_ipython_extension
(ip)
IPython/core/tests/daft_extension/daft_extension.py:11
Functionunload_ipython_extension
(shell)
examples/utils/cwd_prompt.py:18
Functionunquote_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
Methodunregister_handler
Unregister a handler instance by name with esc_strings.
IPython/core/prefilter.py:223
Methodunregister_transformer
Unregister a transformer instance.
IPython/core/prefilter.py:158
Methodunset_crashhandler
()
IPython/core/application.py:249
Functionupdate_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
Functionupdate_property
Replace get/set/del functions of a property
IPython/extensions/autoreload.py:320
Methoduser_global_ns
(self)
IPython/core/interactiveshell.py:1277
Functionutc_method
(*args, **kwargs)
IPython/utils/tz.py:40
Methodutcoffset
(self, d)
IPython/utils/tz.py:30
Methodvalidate
(self, obj, value)
IPython/core/interactiveshell.py:271
Methodvalidate_stb
validate structured traceback return type return type of CustomTB *should* be a list of strings, but allow single
IPython/core/interactiveshell.py:1884
Methodverbose
(self)
IPython/core/ultratb.py:1380
Methodvisit_ClassDef
(self, node)
docs/sphinxext/apigen.py:64
Methodvisit_Constant
(self, node)
IPython/core/tests/test_interactiveshell.py:628
Methodvisit_Constant
(self, node)
IPython/core/tests/test_interactiveshell.py:729
Methodvisit_Constant
(self, node)
IPython/core/tests/test_interactiveshell.py:781
Methodvisit_Constant
(self, node)
IPython/core/tests/test_interactiveshell.py:811
Methodvisit_For
Fill in the statement to be timed
IPython/core/magics/execution.py:141
Methodvisit_FunctionDef
Fill in the setup statement
IPython/core/magics/execution.py:133
Methodvisit_FunctionDef
(self, node)
docs/sphinxext/apigen.py:59
Methodvisit_If
(self, node)
docs/sphinxext/apigen.py:51
Methodvisit_Str
(self, node)
IPython/core/tests/test_interactiveshell.py:807
MethodwantDirectory
Return whether the given directory should be scanned for tests.
IPython/testing/iptest.py:273
MethodwantFile
Return whether the given filename should be scanned for tests.
IPython/testing/iptest.py:266
Methodwho
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
Methodwhos
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
Methodwill_run
(self)
IPython/testing/iptest.py:167
Methodwill_run
(self)
IPython/testing/iptestcontroller.py:169
Functionwin32_without_pywin32
()
IPython/core/tests/test_profile.py:75
Functionwin_paste
(event)
IPython/terminal/shortcuts.py:266
Methodwith_fake_debugger
(func)
IPython/core/tests/test_run.py:493
Functionwith_patch_inspect
Deprecated since IPython 6.0 decorator for monkeypatching inspect.findsource
IPython/core/ultratb.py:304
Functionwork_path
()
IPython/conftest.py:26
Functionwrap_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
Functionwrapped
(*args, **kwargs)
IPython/core/ultratb.py:310
Methodwrapped
wrap CustomTB handler, to protect IPython from user code This makes it harder (but not impossible) for custom excepti
IPython/core/interactiveshell.py:1910
Functionwrapper
(func_or_str)
IPython/utils/py3compat.py:44
Functionwrapper
(*args,**kw)
IPython/utils/decorators.py:41
Functionwrapper
(*args, **kwargs)
IPython/terminal/pt_inputhooks/wx.py:19
Functionwrapper
(*args, **kw)
IPython/core/debugger.py:188
Functionwrapper
(*a, **kw)
IPython/core/tests/test_oinspect.py:70
Functionwrapper
(*args, **kwargs)
IPython/core/tests/test_ultratb.py:40
Methodwrapper
(*args, **kwds)
IPython/core/tests/test_run.py:495
Methodwrite_err
DEPRECATED: Write a string to the default error output
IPython/core/interactiveshell.py:3625
Methodwrite_format_data
(self, format_dict, md_dict=None)
IPython/terminal/prompts.py:99
Methodwrite_output_prompt
(self)
IPython/terminal/prompts.py:79
Methodwritefile
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
Methodxdel
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
Methodxmode
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
Methodxmode_switch_err
(name)
IPython/core/magics/execution.py:507
Methodxmode_switch_err
(name)
IPython/core/magics/basic.py:374
Functionxsys
Replace the default system call with a capturing one for doctest.
IPython/conftest.py:42
Functionxsys
Replace the default system call with a capturing one for doctest.
IPython/testing/globalipapp.py:57
← previous3,201–3,293 of 3,293, ranked by callers