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
Method
test_env
(self)
IPython/core/tests/test_magic.py:748
Method
test_env_get_set_complex
(self)
IPython/core/tests/test_magic.py:779
Method
test_env_get_set_simple
(self)
IPython/core/tests/test_magic.py:770
Method
test_env_secret
(self)
IPython/core/tests/test_magic.py:752
Method
test_env_set_bad_input
(self)
IPython/core/tests/test_magic.py:788
Method
test_env_set_whitespace
(self)
IPython/core/tests/test_magic.py:791
Function
test_error_method
()
IPython/core/tests/test_formatters.py:241
Function
test_error_on_directory_to_FileLink
FileLink: Raises error when passed directory
IPython/lib/tests/test_display.py:74
Function
test_error_on_file_to_FileLinks
FileLinks: Raises error when passed file
IPython/lib/tests/test_display.py:164
Function
test_error_pretty_method
()
IPython/core/tests/test_formatters.py:276
Function
test_escaped_help
()
IPython/core/tests/test_inputtransformer.py:414
Function
test_escaped_magic
()
IPython/core/tests/test_inputtransformer.py:418
Function
test_escaped_noesc
()
IPython/core/tests/test_inputtransformer.py:406
Function
test_escaped_paren
()
IPython/core/tests/test_inputtransformer.py:430
Function
test_escaped_quote
()
IPython/core/tests/test_inputtransformer.py:422
Function
test_escaped_quote2
()
IPython/core/tests/test_inputtransformer.py:426
Function
test_escaped_shell
()
IPython/core/tests/test_inputtransformer.py:410
Function
test_eval_formatter
()
IPython/utils/tests/test_text.py:140
Method
test_exception_during_handling_error
(self)
IPython/core/tests/test_ultratb.py:301
Method
test_exception_path
Test exception path in exception_validate.
IPython/testing/tests/test_tools.py:107
Method
test_exception_path2
Test exception path in exception_validate, expecting windows line endings.
IPython/testing/tests/test_tools.py:119
Method
test_execute
(self)
IPython/core/tests/test_async_helpers.py:263
Function
test_existing_path_FileLink
FileLink: Calling _repr_html_ functions as expected on existing filepath
IPython/lib/tests/test_display.py:56
Function
test_existing_path_FileLink_repr
FileLink: Calling repr() functions as expected on existing filepath
IPython/lib/tests/test_display.py:65
Function
test_existing_path_FileLinks
FileLinks: Calling _repr_html_ functions as expected on existing dir
IPython/lib/tests/test_display.py:95
Function
test_existing_path_FileLinks_alt_formatter
FileLinks: Calling _repr_html_ functions as expected w/ an alt formatter
IPython/lib/tests/test_display.py:116
Function
test_existing_path_FileLinks_repr
FileLinks: Calling repr() functions as expected on existing directory
IPython/lib/tests/test_display.py:133
Function
test_existing_path_FileLinks_repr_alt_formatter
FileLinks: Calling repr() functions as expected w/ alt formatter
IPython/lib/tests/test_display.py:147
Method
test_exit_code_error
(self)
IPython/core/tests/test_interactiveshell.py:600
Method
test_exit_code_ok
(self)
IPython/core/tests/test_interactiveshell.py:596
Method
test_exit_code_signal
(self)
IPython/core/tests/test_interactiveshell.py:604
Method
test_exit_code_signal_csh
(self)
IPython/core/tests/test_interactiveshell.py:553
Function
test_extension
()
IPython/core/tests/test_magic.py:714
Function
test_extension_builtins
()
IPython/core/tests/test_extension.py:78
Function
test_extension_loading
()
IPython/core/tests/test_extension.py:28
Function
test_extract_code_ranges
()
IPython/core/tests/test_magic.py:41
Function
test_extract_hist_ranges
()
IPython/core/tests/test_history.py:149
Function
test_extract_symbols
()
IPython/core/tests/test_magic.py:56
Function
test_extract_symbols_raises_exception_with_non_python_code
()
IPython/core/tests/test_magic.py:69
Method
test_extraneous_loads
Test we're not loading modules on startup that we shouldn't.
IPython/core/tests/test_interactiveshell.py:608
Method
test_failing
(self)
IPython/testing/tests/test_tools.py:78
Function
test_figure_no_canvas
()
IPython/core/tests/test_pylabtools.py:253
Function
test_figure_to_jpeg
()
IPython/core/tests/test_pylabtools.py:57
Function
test_figure_to_svg
()
IPython/core/tests/test_pylabtools.py:28
Function
test_file
Basic %%writefile
IPython/core/tests/test_magic.py:848
Function
test_file_amend
%%writefile -a amends files
IPython/core/tests/test_magic.py:921
Function
test_file_double_quote
Basic %%writefile with embedded double quotes
IPython/core/tests/test_magic.py:878
Method
test_file_options
(self)
IPython/core/tests/test_run.py:424
Function
test_file_single_quote
Basic %%writefile with embedded single quotes
IPython/core/tests/test_magic.py:863
Function
test_file_spaces
%%file with spaces in filename
IPython/core/tests/test_magic.py:939
Function
test_file_unicode
%%writefile with unicode cell
IPython/core/tests/test_magic.py:907
Function
test_file_var_expand
%%writefile $filename
IPython/core/tests/test_magic.py:892
Function
test_filefind
Various tests for filefind
IPython/utils/tests/test_path.py:245
Function
test_find_assign_magic
()
IPython/core/tests/test_inputtransformer2.py:176
Function
test_find_assign_op_dedent
be careful that empty token like dedent are not counted as parens
IPython/core/tests/test_inputtransformer2.py:245
Function
test_find_assign_system
()
IPython/core/tests/test_inputtransformer2.py:184
Function
test_find_autocalls
()
IPython/core/tests/test_inputtransformer2.py:205
Function
test_find_cmd_fail
Make sure that FindCmdError is raised if we can't find the cmd.
IPython/utils/tests/test_process.py:65
Function
test_find_cmd_ls
Make sure we can find the full path to ls.
IPython/utils/tests/test_process.py:42
Function
test_find_cmd_pythonw
Try to find pythonw on Windows.
IPython/utils/tests/test_process.py:57
Function
test_find_file
()
IPython/core/tests/test_oinspect.py:62
Function
test_find_file_decorated1
()
IPython/core/tests/test_oinspect.py:66
Function
test_find_file_decorated2
()
IPython/core/tests/test_oinspect.py:82
Function
test_find_file_magic
()
IPython/core/tests/test_oinspect.py:98
Function
test_find_help
()
IPython/core/tests/test_inputtransformer2.py:215
Function
test_find_magic_escape
()
IPython/core/tests/test_inputtransformer2.py:195
Function
test_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
Function
test_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
Function
test_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
Function
test_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
Function
test_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
Function
test_find_next_indent
()
IPython/core/tests/test_inputsplitter.py:635
Method
test_find_recursion
(self)
IPython/core/tests/test_ultratb.py:371
Method
test_find_source_lines
(self)
IPython/core/tests/test_oinspect.py:47
Function
test_flag_calls
()
IPython/utils/tests/test_decorators.py:3
Function
test_flush
Test job control
IPython/lib/tests/test_backgroundjobs.py:55
Function
test_for_type
()
IPython/core/tests/test_formatters.py:103
Function
test_for_type_by_name
()
IPython/core/tests/test_formatters.py:130
Function
test_for_type_string
()
IPython/core/tests/test_formatters.py:116
Function
test_format_config
config objects don't pretend to support fancy reprs with lazy attrs
IPython/core/tests/test_formatters.py:365
Method
test_forward_unicode_completion
(self)
IPython/core/tests/test_completer.py:249
Method
test_from_module_completer
(self)
IPython/core/tests/test_completer.py:1073
Function
test_full_eval_formatter
()
IPython/utils/tests/test_text.py:145
Function
test_full_path_posix
()
IPython/testing/tests/test_tools.py:30
Function
test_full_path_win32
()
IPython/testing/tests/test_tools.py:42
Method
test_func_kw_completions
(self)
IPython/core/tests/test_completer.py:589
Function
test_function_pretty
Test pretty print of function
IPython/lib/tests/test_pretty.py:438
Method
test_future_flags
Check that future flags are used for parsing code (gh-777)
IPython/core/tests/test_interactiveshell.py:136
Function
test_genelatex_no_wrap
Test genelatex with wrap=False.
IPython/lib/tests/test_latextools.py:68
Function
test_genelatex_wrap_with_breqn
Test genelatex with wrap=True for the case breqn.sty is installed.
IPython/lib/tests/test_latextools.py:90
Function
test_genelatex_wrap_without_breqn
Test genelatex with wrap=True for the case breqn.sty is not installed.
IPython/lib/tests/test_latextools.py:115
Function
test_geojson
()
IPython/core/tests/test_display.py:45
Method
test_get__all__entries_no__all__ok
(self)
IPython/core/tests/test_completer.py:582
Method
test_get__all__entries_ok
(self)
IPython/core/tests/test_completer.py:575
Method
test_get_exception_only
(self)
IPython/core/tests/test_interactiveshell.py:468
Function
test_get_home_dir_1
Testcase for py2exe logic, un-compressed lib
IPython/utils/tests/test_path.py:106
Function
test_get_home_dir_2
Testcase for py2exe logic, compressed lib
IPython/utils/tests/test_path.py:121
Function
test_get_home_dir_3
get_home_dir() uses $HOME if set
IPython/utils/tests/test_path.py:135
Function
test_get_home_dir_4
get_home_dir() still works if $HOME is not set
IPython/utils/tests/test_path.py:144
Function
test_get_home_dir_5
raise HomeDirError if $HOME is specified, but not a writable dir
IPython/utils/tests/test_path.py:153
← previous
next →
2,601–2,700 of 3,293, ranked by callers