MCPcopy Create free account

hub / github.com/ipython/ipython / functions

Functions3,293 in github.com/ipython/ipython

Methodtest_env
(self)
IPython/core/tests/test_magic.py:748
Methodtest_env_get_set_complex
(self)
IPython/core/tests/test_magic.py:779
Methodtest_env_get_set_simple
(self)
IPython/core/tests/test_magic.py:770
Methodtest_env_secret
(self)
IPython/core/tests/test_magic.py:752
Methodtest_env_set_bad_input
(self)
IPython/core/tests/test_magic.py:788
Methodtest_env_set_whitespace
(self)
IPython/core/tests/test_magic.py:791
Functiontest_error_method
()
IPython/core/tests/test_formatters.py:241
Functiontest_error_on_directory_to_FileLink
FileLink: Raises error when passed directory
IPython/lib/tests/test_display.py:74
Functiontest_error_on_file_to_FileLinks
FileLinks: Raises error when passed file
IPython/lib/tests/test_display.py:164
Functiontest_error_pretty_method
()
IPython/core/tests/test_formatters.py:276
Functiontest_escaped_help
()
IPython/core/tests/test_inputtransformer.py:414
Functiontest_escaped_magic
()
IPython/core/tests/test_inputtransformer.py:418
Functiontest_escaped_noesc
()
IPython/core/tests/test_inputtransformer.py:406
Functiontest_escaped_paren
()
IPython/core/tests/test_inputtransformer.py:430
Functiontest_escaped_quote
()
IPython/core/tests/test_inputtransformer.py:422
Functiontest_escaped_quote2
()
IPython/core/tests/test_inputtransformer.py:426
Functiontest_escaped_shell
()
IPython/core/tests/test_inputtransformer.py:410
Functiontest_eval_formatter
()
IPython/utils/tests/test_text.py:140
Methodtest_exception_during_handling_error
(self)
IPython/core/tests/test_ultratb.py:301
Methodtest_exception_path
Test exception path in exception_validate.
IPython/testing/tests/test_tools.py:107
Methodtest_exception_path2
Test exception path in exception_validate, expecting windows line endings.
IPython/testing/tests/test_tools.py:119
Methodtest_execute
(self)
IPython/core/tests/test_async_helpers.py:263
Functiontest_existing_path_FileLink
FileLink: Calling _repr_html_ functions as expected on existing filepath
IPython/lib/tests/test_display.py:56
Functiontest_existing_path_FileLink_repr
FileLink: Calling repr() functions as expected on existing filepath
IPython/lib/tests/test_display.py:65
Functiontest_existing_path_FileLinks
FileLinks: Calling _repr_html_ functions as expected on existing dir
IPython/lib/tests/test_display.py:95
Functiontest_existing_path_FileLinks_alt_formatter
FileLinks: Calling _repr_html_ functions as expected w/ an alt formatter
IPython/lib/tests/test_display.py:116
Functiontest_existing_path_FileLinks_repr
FileLinks: Calling repr() functions as expected on existing directory
IPython/lib/tests/test_display.py:133
Functiontest_existing_path_FileLinks_repr_alt_formatter
FileLinks: Calling repr() functions as expected w/ alt formatter
IPython/lib/tests/test_display.py:147
Methodtest_exit_code_error
(self)
IPython/core/tests/test_interactiveshell.py:600
Methodtest_exit_code_ok
(self)
IPython/core/tests/test_interactiveshell.py:596
Methodtest_exit_code_signal
(self)
IPython/core/tests/test_interactiveshell.py:604
Methodtest_exit_code_signal_csh
(self)
IPython/core/tests/test_interactiveshell.py:553
Functiontest_extension
()
IPython/core/tests/test_magic.py:714
Functiontest_extension_builtins
()
IPython/core/tests/test_extension.py:78
Functiontest_extension_loading
()
IPython/core/tests/test_extension.py:28
Functiontest_extract_code_ranges
()
IPython/core/tests/test_magic.py:41
Functiontest_extract_hist_ranges
()
IPython/core/tests/test_history.py:149
Functiontest_extract_symbols
()
IPython/core/tests/test_magic.py:56
Functiontest_extract_symbols_raises_exception_with_non_python_code
()
IPython/core/tests/test_magic.py:69
Methodtest_extraneous_loads
Test we're not loading modules on startup that we shouldn't.
IPython/core/tests/test_interactiveshell.py:608
Methodtest_failing
(self)
IPython/testing/tests/test_tools.py:78
Functiontest_figure_no_canvas
()
IPython/core/tests/test_pylabtools.py:253
Functiontest_figure_to_jpeg
()
IPython/core/tests/test_pylabtools.py:57
Functiontest_figure_to_svg
()
IPython/core/tests/test_pylabtools.py:28
Functiontest_file
Basic %%writefile
IPython/core/tests/test_magic.py:848
Functiontest_file_amend
%%writefile -a amends files
IPython/core/tests/test_magic.py:921
Functiontest_file_double_quote
Basic %%writefile with embedded double quotes
IPython/core/tests/test_magic.py:878
Methodtest_file_options
(self)
IPython/core/tests/test_run.py:424
Functiontest_file_single_quote
Basic %%writefile with embedded single quotes
IPython/core/tests/test_magic.py:863
Functiontest_file_spaces
%%file with spaces in filename
IPython/core/tests/test_magic.py:939
Functiontest_file_unicode
%%writefile with unicode cell
IPython/core/tests/test_magic.py:907
Functiontest_file_var_expand
%%writefile $filename
IPython/core/tests/test_magic.py:892
Functiontest_filefind
Various tests for filefind
IPython/utils/tests/test_path.py:245
Functiontest_find_assign_magic
()
IPython/core/tests/test_inputtransformer2.py:176
Functiontest_find_assign_op_dedent
be careful that empty token like dedent are not counted as parens
IPython/core/tests/test_inputtransformer2.py:245
Functiontest_find_assign_system
()
IPython/core/tests/test_inputtransformer2.py:184
Functiontest_find_autocalls
()
IPython/core/tests/test_inputtransformer2.py:205
Functiontest_find_cmd_fail
Make sure that FindCmdError is raised if we can't find the cmd.
IPython/utils/tests/test_process.py:65
Functiontest_find_cmd_ls
Make sure we can find the full path to ls.
IPython/utils/tests/test_process.py:42
Functiontest_find_cmd_pythonw
Try to find pythonw on Windows.
IPython/utils/tests/test_process.py:57
Functiontest_find_file
()
IPython/core/tests/test_oinspect.py:62
Functiontest_find_file_decorated1
()
IPython/core/tests/test_oinspect.py:66
Functiontest_find_file_decorated2
()
IPython/core/tests/test_oinspect.py:82
Functiontest_find_file_magic
()
IPython/core/tests/test_oinspect.py:98
Functiontest_find_help
()
IPython/core/tests/test_inputtransformer2.py:215
Functiontest_find_magic_escape
()
IPython/core/tests/test_inputtransformer2.py:195
Functiontest_find_mod_1
Search for a directory's file path. Expected output: a path to that directory's __init__.py file.
IPython/utils/tests/test_module_paths.py:76
Functiontest_find_mod_2
Search for a directory's file path. Expected output: a path to that directory's __init__.py file. TODO: Confirm why this is a duplicate t
IPython/utils/tests/test_module_paths.py:84
Functiontest_find_mod_3
Search for a directory + a filename without its .py extension Expected output: full path with .py extension.
IPython/utils/tests/test_module_paths.py:93
Functiontest_find_mod_4
Search for a filename without its .py extension Expected output: full path with .py extension
IPython/utils/tests/test_module_paths.py:101
Functiontest_find_mod_5
Search for a filename with a .pyc extension Expected output: TODO: do we exclude or include .pyc files?
IPython/utils/tests/test_module_paths.py:109
Functiontest_find_next_indent
()
IPython/core/tests/test_inputsplitter.py:635
Methodtest_find_recursion
(self)
IPython/core/tests/test_ultratb.py:371
Methodtest_find_source_lines
(self)
IPython/core/tests/test_oinspect.py:47
Functiontest_flag_calls
()
IPython/utils/tests/test_decorators.py:3
Functiontest_flush
Test job control
IPython/lib/tests/test_backgroundjobs.py:55
Functiontest_for_type
()
IPython/core/tests/test_formatters.py:103
Functiontest_for_type_by_name
()
IPython/core/tests/test_formatters.py:130
Functiontest_for_type_string
()
IPython/core/tests/test_formatters.py:116
Functiontest_format_config
config objects don't pretend to support fancy reprs with lazy attrs
IPython/core/tests/test_formatters.py:365
Methodtest_forward_unicode_completion
(self)
IPython/core/tests/test_completer.py:249
Methodtest_from_module_completer
(self)
IPython/core/tests/test_completer.py:1073
Functiontest_full_eval_formatter
()
IPython/utils/tests/test_text.py:145
Functiontest_full_path_posix
()
IPython/testing/tests/test_tools.py:30
Functiontest_full_path_win32
()
IPython/testing/tests/test_tools.py:42
Methodtest_func_kw_completions
(self)
IPython/core/tests/test_completer.py:589
Functiontest_function_pretty
Test pretty print of function
IPython/lib/tests/test_pretty.py:438
Methodtest_future_flags
Check that future flags are used for parsing code (gh-777)
IPython/core/tests/test_interactiveshell.py:136
Functiontest_genelatex_no_wrap
Test genelatex with wrap=False.
IPython/lib/tests/test_latextools.py:68
Functiontest_genelatex_wrap_with_breqn
Test genelatex with wrap=True for the case breqn.sty is installed.
IPython/lib/tests/test_latextools.py:90
Functiontest_genelatex_wrap_without_breqn
Test genelatex with wrap=True for the case breqn.sty is not installed.
IPython/lib/tests/test_latextools.py:115
Functiontest_geojson
()
IPython/core/tests/test_display.py:45
Methodtest_get__all__entries_no__all__ok
(self)
IPython/core/tests/test_completer.py:582
Methodtest_get__all__entries_ok
(self)
IPython/core/tests/test_completer.py:575
Methodtest_get_exception_only
(self)
IPython/core/tests/test_interactiveshell.py:468
Functiontest_get_home_dir_1
Testcase for py2exe logic, un-compressed lib
IPython/utils/tests/test_path.py:106
Functiontest_get_home_dir_2
Testcase for py2exe logic, compressed lib
IPython/utils/tests/test_path.py:121
Functiontest_get_home_dir_3
get_home_dir() uses $HOME if set
IPython/utils/tests/test_path.py:135
Functiontest_get_home_dir_4
get_home_dir() still works if $HOME is not set
IPython/utils/tests/test_path.py:144
Functiontest_get_home_dir_5
raise HomeDirError if $HOME is specified, but not a writable dir
IPython/utils/tests/test_path.py:153
← previousnext →2,601–2,700 of 3,293, ranked by callers