MCPcopy Create free account

hub / github.com/ipython/ipython / functions

Functions3,293 in github.com/ipython/ipython

↓ 1 callersMethodinit_crash_handler
Create a crash handler, typically setting sys.excepthook to it.
IPython/core/application.py:245
↓ 1 callersMethodinit_create_namespaces
(self, user_module=None, user_ns=None)
IPython/core/interactiveshell.py:1198
↓ 1 callersMethodinit_data_pub
(self)
IPython/core/interactiveshell.py:873
↓ 1 callersMethodinit_deprecation_warnings
register default filter for deprecation warning. This will allow deprecation warning of function used interactively to show
IPython/core/interactiveshell.py:817
↓ 1 callersMethodinit_display_formatter
(self)
IPython/core/interactiveshell.py:865
↓ 1 callersMethodinit_display_pub
(self)
IPython/core/interactiveshell.py:869
↓ 1 callersMethodinit_displayhook
(self)
IPython/core/interactiveshell.py:880
↓ 1 callersMethodinit_encoding
(self)
IPython/core/interactiveshell.py:777
↓ 1 callersMethodinit_environment
Any changes we need to make to the user's environment.
IPython/core/interactiveshell.py:773
↓ 1 callersMethodinit_events
(self)
IPython/core/interactiveshell.py:1062
↓ 1 callersMethodinit_extension_manager
(self)
IPython/core/interactiveshell.py:2570
↓ 1 callersMethodinit_extensions
Load all IPython extensions in IPythonApp.extensions. This uses the :meth:`ExtensionManager.load_extensions` to load all the extensio
IPython/core/shellapp.py:259
↓ 1 callersMethodinit_gui_pylab
Enable GUI event loop integration, taking pylab into account.
IPython/core/shellapp.py:220
↓ 1 callersMethodinit_handlers
Create the default handlers.
IPython/core/prefilter.py:203
↓ 1 callersMethodinit_history
Sets up the command history, and starts regular autosaves.
IPython/core/interactiveshell.py:1800
↓ 1 callersMethodinit_hooks
(self)
IPython/core/interactiveshell.py:996
↓ 1 callersMethodinit_inspector
(self, changes=None)
IPython/core/interactiveshell.py:839
↓ 1 callersMethodinit_instance_attrs
(self)
IPython/core/interactiveshell.py:746
↓ 1 callersMethodinit_io
(self)
IPython/core/interactiveshell.py:846
↓ 1 callersMethodinit_ipython_dir
(self, ipython_dir)
IPython/core/interactiveshell.py:732
↓ 1 callersMethodinit_logger
(self)
IPython/core/interactiveshell.py:803
↓ 1 callersMethodinit_logstart
Initialize logging in case it was requested at the command line.
IPython/core/interactiveshell.py:807
↓ 1 callersMethodinit_magics
(self)
IPython/core/interactiveshell.py:2245
↓ 1 callersMethodinit_path
Add current working directory, '', to sys.path Unlike Python's default, we insert before the first `site-packages` or `dist-packages`
IPython/core/shellapp.py:193
↓ 1 callersMethodinit_payload
(self)
IPython/core/interactiveshell.py:2578
↓ 1 callersMethodinit_pdb
(self)
IPython/core/interactiveshell.py:1151
↓ 1 callersMethodinit_prefilter
(self)
IPython/core/interactiveshell.py:2586
↓ 1 callersMethodinit_profile_dir
(self, profile_dir)
IPython/core/interactiveshell.py:739
↓ 1 callersMethodinit_prompt_toolkit_cli
(self)
IPython/terminal/interactiveshell.py:284
↓ 1 callersMethodinit_prompts
(self)
IPython/core/interactiveshell.py:858
↓ 1 callersMethodinit_pushd_popd_magic
(self)
IPython/core/interactiveshell.py:797
↓ 1 callersMethodinit_shell
initialize the InteractiveShell instance
IPython/terminal/ipapp.py:325
↓ 1 callersMethodinit_syntax_highlighting
(self, changes=None)
IPython/core/interactiveshell.py:788
↓ 1 callersMethodinit_sys_modules
(self)
IPython/core/interactiveshell.py:1324
↓ 1 callersMethodinit_term_title
(self, change=None)
IPython/terminal/interactiveshell.py:265
↓ 1 callersMethodinit_traceback_handlers
(self, custom_exceptions)
IPython/core/interactiveshell.py:1811
↓ 1 callersMethodinit_transformers
Create the default transformers.
IPython/core/prefilter.py:131
↓ 1 callersMethodinit_virtualenv
Add a virtualenv to sys.path so the user can import modules from it. This isn't perfect: it doesn't use the Python interpreter with which the
IPython/core/interactiveshell.py:892
↓ 1 callersMethodinitialize
(self, argv=None)
IPython/core/application.py:448
↓ 1 callersFunctioninject
()
IPython/conftest.py:56
↓ 1 callersFunctioninspect_error
Print a message about internal inspect errors. These are unfortunately quite common.
IPython/core/ultratb.py:147
↓ 1 callersMethodinteraction
(self, frame, traceback)
IPython/core/debugger.py:310
↓ 1 callersFunctioninteresting_default_value
(dv)
docs/autogen_config.py:19
↓ 1 callersMethodip2py
Convert input IPython source into valid Python.
IPython/testing/plugin/ipdoctest.py:384
↓ 1 callersFunctionipexec
Utility to call 'ipython filename'. Starts IPython with a minimal and safe configuration to make startup as fast as possible. Note that
IPython/testing/tools.py:169
↓ 1 callersFunctionipy_prompt
Strip IPython's In [1]:/...: prompts.
IPython/core/inputtransformer.py:466
↓ 1 callersFunctionis_event_loop_running_qt4
Is the qt4 event loop running.
IPython/lib/guisupport.py:122
↓ 1 callersFunctionis_event_loop_running_wx
Is the wx event loop running.
IPython/lib/guisupport.py:79
↓ 1 callersFunctionis_extension_module
Return whether the given filename is an extension module. This simply checks that the extension is either .so or .pyd.
IPython/testing/plugin/ipdoctest.py:60
↓ 1 callersFunctionis_importable
(module, attr, only_modules)
IPython/core/completerlib.py:151
↓ 1 callersFunctionis_recursion_error
(etype, value, records)
IPython/core/ultratb.py:425
↓ 1 callersFunctionis_shadowed
Is the given identifier defined in one of the namespaces which shadow the alias and magic namespaces? Note that an identifier is different th
IPython/core/prefilter.py:62
↓ 1 callersFunctionis_stable
(extra)
docs/source/conf.py:77
↓ 1 callersFunctionis_type
is_type(obj, typestr_or_type) verifies if obj is of a certain type. It can take strings or actual python types for the second argument, i.e. '
IPython/utils/wildcard.py:38
↓ 1 callersMethodisexec
Test for executable file on non POSIX system
IPython/core/magics/osm.py:86
↓ 1 callersFunctionisinstance2
(a, b, typ)
IPython/extensions/autoreload.py:327
↓ 1 callersFunctionissues_closed_since
Get all issues closed since a particular point in time. period can either be a datetime object, or a timedelta object. In the latter case, it
tools/github_stats.py:65
↓ 1 callersFunctioniter_fields
(fields)
tools/gh_api.py:210
↓ 1 callersMethodjavascript
Run the cell block of Javascript code
IPython/core/magics/display.py:43
↓ 1 callersFunctionjustify
(ltext, rtext, width=70, fill='-')
IPython/testing/iptestcontroller.py:325
↓ 1 callersFunctionknownfailureif
Make function raise KnownFailureTest exception if given condition is true. Parameters ---------- fail_condition : bool Flag
IPython/external/decorators/_decorators.py:103
↓ 1 callersFunctionkpsewhich
Invoke kpsewhich command with an argument `filename`.
IPython/lib/latextools.py:166
↓ 1 callersFunctionlatex_to_png
Render a LaTeX string to PNG. Parameters ---------- s : str The raw string containing valid inline LaTeX. encode : bool, opti
IPython/lib/latextools.py:59
↓ 1 callersFunctionleading_indent
Remove leading indentation. If the first line starts with a spaces or tabs, the same whitespace will be removed from each following line
IPython/core/inputtransformer.py:476
↓ 1 callersFunctionline_at_cursor
Return the line in a cell at a given cursor position Used for calling line-based APIs that don't support multi-line input, yet. Para
IPython/utils/tokenutil.py:24
↓ 1 callersFunctionlink
Hard links ``src`` to ``dst``, returning 0 or errno. Note that the special errno ``ENOLINK`` will be returned if ``os.link`` isn't supported
IPython/utils/path.py:368
↓ 1 callersFunctionlist_namespace
Return dictionary of all objects in a namespace dictionary that match type_pattern and filter.
IPython/utils/wildcard.py:89
↓ 1 callersMethodlist_profile_dirs
(self)
IPython/core/profileapp.py:164
↓ 1 callersFunctionlist_strings
Always return a list of strings, given a string or list of strings as input. Examples -------- :: In [7]: list_strings('A si
IPython/utils/text.py:288
↓ 1 callersMethodload
Load code into the current frontend. Usage:\\ %load [options] source where source can be a filename, URL, input history
IPython/core/magics/code.py:288
↓ 1 callersMethodloadTestsFromExtensionModule
(self,filename)
IPython/testing/plugin/ipdoctest.py:639
↓ 1 callersMethodloadTestsFromModule
(self, module)
IPython/testing/plugin/ipdoctest.py:653
↓ 1 callersFunctionload_default_config
Load the default config file from the default ipython_dir. This is useful for embedded shells.
IPython/terminal/ipapp.py:362
↓ 1 callersFunctionload_next
mod, name, buf = load_next(mod, altmod, name, buf) altmod is either None or same as mod
IPython/lib/deepreload.py:122
↓ 1 callersFunctionload_qt
Attempt to import Qt, given a preference list of permissible bindings It is safe to call this function multiple times. Parameters
IPython/external/qt_loaders.py:262
↓ 1 callersMethodlog
Write the sources to a log. Inputs: - line_mod: possibly modified input, such as the transformations made by input prefilt
IPython/core/logger.py:167
↓ 1 callersMethodlog_output
Log the output.
IPython/core/displayhook.py:237
↓ 1 callersMethodlogstate
Print the status of the logging system.
IPython/core/magics/logging.py:192
↓ 1 callersFunctionlong_substr
Return the longest common substring in a list of strings. Credit: http://stackoverflow.com/questions/2892931/longest-common-substring-from-mo
IPython/utils/text.py:412
↓ 1 callersMethodlsmagic_docs
Return dict of documentation of magic functions. The return dict has the keys 'line' and 'cell', corresponding to the two types of ma
IPython/core/magic.py:353
↓ 1 callersMethodmagic
DEPRECATED. Use run_line_magic() instead. Call a magic function by name. Input: a string containing the name of the magic function t
IPython/core/interactiveshell.py:2402
↓ 1 callersFunctionmagic_foo1
A docstring.
IPython/core/tests/test_magic_arguments.py:18
↓ 1 callersFunctionmagic_foo2
A docstring.
IPython/core/tests/test_magic_arguments.py:25
↓ 1 callersFunctionmagic_foo3
A docstring.
IPython/core/tests/test_magic_arguments.py:37
↓ 1 callersFunctionmagic_foo4
A docstring.
IPython/core/tests/test_magic_arguments.py:46
↓ 1 callersFunctionmagic_foo5
A docstring.
IPython/core/tests/test_magic_arguments.py:54
↓ 1 callersFunctionmagic_magic_foo
A docstring.
IPython/core/tests/test_magic_arguments.py:62
↓ 1 callersFunctionmain
()
setup.py:261
↓ 1 callersFunctionmain
()
tools/fixup_whats_new_pr.py:17
↓ 1 callersFunctionmain
(*args)
tools/git-mpr.py:66
↓ 1 callersFunctionmake_arrow
generate the leading arrow in front of traceback or debugger
IPython/core/debugger.py:53
↓ 1 callersFunctionmake_color_table
Build a set of color attributes in a class. Helper function for building the :class:`TermColors` and :class`InputTermColors`.
IPython/utils/coloransi.py:48
↓ 1 callersFunctionmake_empty_file
(fname)
IPython/utils/tests/test_module_paths.py:39
↓ 1 callersFunctionmake_link_node
Create a link to a github resource. :param rawtext: Text being replaced with link node. :param app: Sphinx application context :param typ
docs/sphinxext/github.py:26
↓ 1 callersMethodmake_report
Return a string containing a crash report.
IPython/core/crashhandler.py:194
↓ 1 callersFunctionmake_tempfile
Create an empty, named, temporary file for the duration of the context.
IPython/testing/tools.py:422
↓ 1 callersMethodmark_module_reloadable
Reload the named module in the future (if it is imported)
IPython/extensions/autoreload.py:157
↓ 1 callersMethodmark_module_skipped
Skip reloading the named module in the future
IPython/extensions/autoreload.py:149
↓ 1 callersMethodmatches
Filter magics, in particular remove magics that match a name present in global namespace.
IPython/core/completer.py:1267
↓ 1 callersFunctionmatplotlib_options
(mpl)
IPython/external/qt_for_kernel.py:43
← previousnext →801–900 of 3,293, ranked by callers