MCPcopy Create free account

hub / github.com/ipython/ipython / functions

Functions3,293 in github.com/ipython/ipython

Function_type_pprint
The pprint for classes and types.
IPython/lib/pretty.py:667
Method_type_printers_default
(self)
IPython/core/formatters.py:678
Function_types_simplenamespace_pprint
The pprint function for types.SimpleNamespace.
IPython/lib/pretty.py:651
Method_user_ns_changed
(self, change)
IPython/core/shellapp.py:188
Method_validate_data
Validate the display data. Parameters ---------- data : dict The formata data dictionary. metadata : dict
IPython/core/displaypub.py:43
Method_validate_editing_mode
(self, proposal)
IPython/terminal/interactiveshell.py:157
Methodact_mpl
(backend)
IPython/core/tests/test_pylabtools.py:156
Functionactivate_matplotlib
Activate the given backend and set interactive to True.
IPython/core/pylabtools.py:306
FunctionaddError
(self, test, err, capt=None)
IPython/testing/iptest.py:90
Methodadd_builtin
Add a builtin and save the original.
IPython/core/builtin_trap.py:53
Methodadd_to_parser
Add this object's information to the parser.
IPython/core/magic_arguments.py:228
Methodadd_to_parser
Add this object's information to the parser.
IPython/core/magic_arguments.py:259
Methodadd_usage
(self, usage, actions, groups, prefix="::\n\n %")
IPython/core/magic_arguments.py:102
Methodaddress
(self)
IPython/testing/plugin/ipdoctest.py:593
Methodagain
Move the seek pointer back one block and re-execute.
IPython/lib/demo.py:381
Methodalias
Define an alias for a system command. '%alias alias_name cmd' defines 'alias_name' as an alias for 'cmd' Then, typing 'alias_name pa
IPython/core/magics/osm.py:98
Methodalias_magic
Create an alias for an existing line or cell magic. Examples -------- :: In [1]: %alias_magic t timeit C
IPython/core/magics/basic.py:99
Methodaliases
(self)
IPython/core/alias.py:212
Methodall_ns_refs
Get a list of references to all the namespace dictionaries in which IPython might store a user-created object. Note that this
IPython/core/interactiveshell.py:1403
Methodallow_new_attr
Set whether new attributes can be created in this Struct. This can be used to catch typos by verifying that the attribute user tries
IPython/utils/ipstruct.py:265
Methodappend_field
(bundle, title:str, key:str, formatter=None)
IPython/core/oinspect.py:593
Functionapply_wrapper
Apply a wrapper to a function for decoration. This mixes Michele Simionato's decorator tool with nose's make_decorator, to apply a wrapper in
IPython/testing/decorators.py:69
Functionarg_split
Split a command line's arguments in a shell-like manner. This is a modified version of the standard library's shlex.split() function, but wit
IPython/utils/_process_common.py:177
Functionas_hook
Wrap a pager func to strip the `self` arg so it can be called as a hook.
IPython/core/page.py:46
Functionas_unittest
Decorator to make a simple function into a normal test via unittest.
IPython/testing/decorators.py:57
Functionassemble
Assemble a block into multi-line sub-blocks.
IPython/core/tests/test_inputsplitter.py:53
Methodassert_completion
(**kwargs)
IPython/core/tests/test_completer.py:888
Methodassert_no_completion
(**kwargs)
IPython/core/tests/test_completer.py:880
Methodatexit_operations
This will be executed at the time of exit. Cleanup operations and saving of persistent data that is done unconditionally by IPython s
IPython/core/interactiveshell.py:3752
Functionatomic_writing
DEPRECATED: moved to notebook.services.contents.fileio
IPython/utils/io.py:214
Methodauto_rewrite_input
Overridden from the parent class to use fancy rewriting prompt
IPython/terminal/interactiveshell.py:617
Methodautoawait
Allow to change the status of the autoawait option. This allow you to set a specific asynchronous code runner. If no value
IPython/core/magics/basic.py:600
Methodautocall
Make functions callable without having to type parentheses. Usage: %autocall [mode] The mode can be one of: 0->Off, 1->S
IPython/core/magics/auto.py:64
Methodautoindent
Toggle autoindent on/off (deprecated)
IPython/terminal/magics.py:81
Methodautomagic
Make magic functions callable without having to type the initial %. Without arguments toggles on/off (when off, you must call it as %
IPython/core/magics/auto.py:34
Methodaverage
(self)
IPython/core/magics/execution.py:90
Functionback_latex_name_matches
Match latex characters back to unicode name This does ``\\ℵ`` -> ``\\aleph`` Used on Python 3 only.
IPython/core/completer.py:919
Functionback_unicode_name_matches
u"""Match unicode characters back to unicode name This does ``☃`` -> ``\\snowman`` Note that snowman is not a valid python3 combining chara
IPython/core/completer.py:889
Methodbanner
(self)
IPython/core/interactiveshell.py:979
Methodbaz
Example: >>> ff2 = FooClass(3) Making a FooClass. >>> ff2.baz(3) True
IPython/testing/tests/test_decorators.py:131
Functionblack_reformat_handler
(text_before_cursor)
IPython/terminal/interactiveshell.py:93
Methodbookmark
Manage IPython's bookmark system. %bookmark <name> - set bookmark to current dir %bookmark <name> <dir> - set bookmark to <dir>
IPython/core/magics/osm.py:739
Functionbuffer_to_bytes
Cast a buffer object to bytes
IPython/utils/py3compat.py:36
Functionbuildwheels
()
tools/toollib.py:23
Methodcall
(self)
IPython/lib/backgroundjobs.py:490
Functioncall_doctest_bad
Check that we can still call the decorated functions. >>> doctest_bad(3,y=4) x: 3 y: 4 k: {}
IPython/testing/tests/test_decorators.py:73
Functioncall_editor
(self, filename, line=0)
IPython/lib/editorhooks.py:47
Functioncall_f
()
IPython/core/tests/refbug.py:44
Functioncall_tip
DEPRECATED. Extract call tip data from an oinfo dict.
IPython/core/oinspect.py:235
Functioncan_exit
Test that quit work in ipydb >>> old_trace = sys.gettrace() >>> def bar(): ... pass >>> with PdbTestInput([ ... 'exit',
IPython/core/tests/test_debugger.py:216
Functioncan_quit
Test that quit work in ipydb >>> old_trace = sys.gettrace() >>> def bar(): ... pass >>> with PdbTestInput([ ... 'quit',
IPython/core/tests/test_debugger.py:192
Methodcapture
run the cell, capturing stdout, stderr, and IPython's rich display() calls.
IPython/core/magics/execution.py:1456
Methodcapture_exc
(*args, **kwargs)
IPython/core/tests/test_ultratb.py:373
Functioncast_bytes
(s, encoding=None)
IPython/utils/py3compat.py:31
Functioncatch_corrupt_db
A decorator which wraps HistoryAccessor method calls to catch errors from a corrupt SQLite database, move the old database out of the way, and cre
IPython/core/history.py:78
Functioncatch_format_error
show traceback on failed format call
IPython/core/formatters.py:221
Methodcb1
()
IPython/core/tests/test_events.py:37
Methodcb2
()
IPython/core/tests/test_events.py:40
Functioncd_completer
Completer function for cd, which only returns directories.
IPython/core/completerlib.py:298
Methodcell_foo
I am cell foo, not line foo
IPython/core/tests/test_magic.py:1022
Methodcellm
(line, cell)
IPython/core/tests/test_magic.py:808
Methodcellm3
(self, line, cell)
IPython/core/tests/test_magic.py:827
Methodcellm33
(self, line, cell)
IPython/core/tests/test_magic.py:839
Methodcheck
Inspect line_info and return a handler instance or None.
IPython/core/prefilter.py:388
Methodcheck
(self, line_info)
IPython/core/prefilter.py:414
Methodcheck
Instances of IPyAutocall in user_ns get autocalled immediately
IPython/core/prefilter.py:426
Methodcheck
Check to see if user is assigning to a var for the first time, in which case we want to avoid any sort of automagic / autocall games.
IPython/core/prefilter.py:440
Methodcheck
If the ifun is magic, and automagic is on, run it. Note: normal, non-auto magic would already have been triggered via '%' in check_es
IPython/core/prefilter.py:458
Methodcheck
If the 'rest' of the line begins with a function call or pretty much any python operator, we should simply execute the line (regardless of
IPython/core/prefilter.py:482
Methodcheck_complete
Return whether a block of code is ready to execute, or should be continued Parameters ---------- source : string Py
IPython/core/interactiveshell.py:3442
Functioncheck_exclusions_exist
()
IPython/testing/iptest.py:229
Functioncheck_latex_to_png_dvipng_fails_when_no_cmd
(command)
IPython/lib/tests/test_latextools.py:22
Functioncheck_linecache_ipython
Call linecache.checkcache() safely protecting our cached values.
IPython/core/compilerop.py:153
Functioncheck_make_token_by_line_never_ends_empty
Check that not sequence of single or double characters ends up leading to en empty list of tokens
IPython/core/tests/test_inputtransformer2.py:144
Methodcheck_match
(self, patterns, matches)
IPython/utils/tests/test_path.py:361
Methodcheck_module_contents
()
IPython/extensions/tests/test_autoreload.py:316
Functioncheck_pairs
Utility function for the common case of checking a function with a sequence of input/output pairs. Parameters ---------- func : calla
IPython/testing/tools.py:307
Functioncheck_pid
(pid)
IPython/utils/_process_posix.py:214
Functioncheck_pid
Check if a process with the given PID (pid) exists
IPython/utils/_process_cli.py:65
Functioncheck_pid
(pid)
IPython/utils/_process_win32.py:202
Methodcheck_stdin
(self)
IPython/terminal/pt_inputhooks/wx.py:69
Methodcheck_stdin
(self)
IPython/lib/inputhookwx.py:74
Methodcheckers
Return a list of checkers, sorted by priority.
IPython/core/prefilter.py:184
Methodcleanup
(self)
IPython/sphinxext/ipython_directive.py:386
Methodcleanup
Make the non-accessible directory created in setup() accessible again, otherwise deleting the workingdir will fail.
IPython/testing/iptestcontroller.py:160
Methodclear_app_refs
DEPRECATED since IPython 5.0 Clear IPython's internal reference to an application instance. Whenever we create an app for a user on
IPython/lib/inputhook.py:188
Methodclear_err_state
Return the current error state and clear it
IPython/core/ultratb.py:1478
Functionclear_output
Clear the output of the current cell receiving output. Parameters ---------- wait : bool [default: false] Wait to clear the outpu
IPython/core/display.py:1455
Methodclear_output
(self, wait=False)
IPython/core/displaypub.py:134
Methodclear_payload
(self)
IPython/core/payload.py:54
Functionclipboard_get
Get text from the clipboard.
IPython/core/hooks.py:173
Functionclocks
clocks() -> floating point number Return the *SYSTEM* CPU time in seconds since the start of the process. This is done via a call to
IPython/utils/timing.py:35
Functionclocku
clocku() -> floating point number Return the *USER* CPU time in seconds since the start of the process. This is done via a call to re
IPython/utils/timing.py:26
Methodclone
(meth)
IPython/utils/io.py:36
Functionclose
()
examples/IPython Kernel/gui/gui-glut.py:18
Methodclosed
(self)
IPython/utils/io.py:80
Methodcls
Clear screen.
IPython/terminal/magics.py:200
Methodcmagic
A cell magic
IPython/core/tests/test_interactiveshell.py:355
Methodcmdloop
Repeatedly issue a prompt, accept input, parse an initial prefix off the received input, and dispatch to action methods, passing them
IPython/terminal/debugger.py:84
Methodcode_formatter
(text)
IPython/core/oinspect.py:600
← previousnext →1,601–1,700 of 3,293, ranked by callers