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
Function
teardown_module
Teardown testenvironment for the module: - Remove dummy home dir tree
IPython/utils/tests/test_path.py:66
Function
teardown_module
Teardown testenvironment for the module: - Remove tempdir - restore sys.path
IPython/utils/tests/test_module_paths.py:57
Function
teardown_module
Teardown testenvironment for the module: - Remove dummy home dir tree
IPython/core/tests/test_paths.py:34
Function
teardown_module
Teardown test environment for the module: - Remove dummy home dir tree
IPython/core/tests/test_profile.py:61
Function
test
Run the entire IPython test suite. Any of the options for run_iptestall() may be passed as keyword arguments. For example:: IPy
IPython/testing/__init__.py:19
Method
test
(self)
IPython/utils/tests/test_io.py:49
Method
test
(self)
IPython/testing/decorators.py:60
Method
test
(self)
IPython/testing/ipunittest.py:147
Method
testIPythonLexer
(self)
IPython/lib/tests/test_lexers.py:19
Method
testLogging
(self)
IPython/core/tests/test_ultratb.py:450
Method
test_1
Test magic_run_completer, should match two alternatives
IPython/core/tests/test_completerlib.py:50
Method
test_1
Test magic_run_completer, should match two alternatives
IPython/core/tests/test_completerlib.py:104
Method
test_1
Test safe_execfile with non-ascii path
IPython/core/tests/test_interactiveshell.py:526
Method
test_1
Test system_raw with non-ascii cmd
IPython/core/tests/test_interactiveshell.py:572
Method
test_2
Test magic_run_completer, should match one alternative
IPython/core/tests/test_completerlib.py:58
Method
test_2
Test magic_run_completer, should match one alternative
IPython/core/tests/test_completerlib.py:113
Method
test_3
Test magic_run_completer with unterminated "
IPython/core/tests/test_completerlib.py:66
Method
test_3
Test magic_run_completer with unterminated "
IPython/core/tests/test_completerlib.py:122
Method
test_IOStream_init
IOStream initializes from a file-like object missing attributes.
IPython/utils/tests/test_io.py:66
Method
test_In_variable
Verify that In variable grows with user input (GH-284)
IPython/core/tests/test_interactiveshell.py:108
Function
test_LSString
()
IPython/utils/tests/test_text.py:200
Function
test_LineInfo
Simple test for LineInfo construction and str()
IPython/core/tests/test_splitinput.py:35
Function
test_SList
()
IPython/utils/tests/test_text.py:207
Function
test_SubClass
()
IPython/utils/tests/test_dir2.py:19
Function
test_SubClass_with_trait_names_attr
()
IPython/utils/tests/test_dir2.py:30
Function
test__IPYTHON__
()
IPython/core/tests/test_interactiveshell.py:842
Method
test_abc
(self)
IPython/core/tests/test_inputsplitter.py:378
Method
test_abspath_file_completions
(self)
IPython/core/tests/test_completer.py:302
Method
test_adjust_completion_text_based_on_context
(self)
IPython/terminal/tests/test_interactivshell.py:49
Method
test_aggressive_namespace_cleanup
Test that namespace cleanup is not too aggressive GH-238 Returning from another run magic deletes the namespace
IPython/core/tests/test_run.py:257
Method
test_aimport_module_completer
(self)
IPython/core/tests/test_completer.py:1054
Function
test_alias_args_commented
Check that alias correctly ignores 'commented out' args
IPython/core/tests/test_alias.py:43
Function
test_alias_args_commented_nargs
Check that alias correctly counts args, excluding those commented out
IPython/core/tests/test_alias.py:55
Function
test_alias_args_error
Error expanding with wrong number of arguments
IPython/core/tests/test_alias.py:34
Function
test_alias_lifecycle
()
IPython/core/tests/test_alias.py:5
Function
test_alias_magic
Test %alias_magic.
IPython/core/tests/test_magic.py:1054
Method
test_all_completions_dups
Make sure the output of `IPCompleter.all_completions` does not have duplicated prefixes.
IPython/core/tests/test_completer.py:370
Function
test_arg_split
Ensure that argument lines are correctly split like in a shell.
IPython/utils/tests/test_process.py:71
Function
test_arg_split_win32
Ensure that argument lines are correctly split like in a shell.
IPython/utils/tests/test_process.py:86
Function
test_assemble_logical_lines
()
IPython/core/tests/test_inputtransformer.py:362
Function
test_assemble_python_lines
()
IPython/core/tests/test_inputtransformer.py:377
Function
test_assign_magic
()
IPython/core/tests/test_inputtransformer.py:333
Function
test_assign_system
()
IPython/core/tests/test_inputtransformer.py:330
Function
test_attrs
()
IPython/utils/tests/test_tokenutil.py:90
Method
test_audio_data_normalization
(self)
IPython/lib/tests/test_display.py:210
Method
test_audio_data_without_normalization
(self)
IPython/lib/tests/test_display.py:218
Method
test_audio_data_without_normalization_raises_for_invalid_data
(self)
IPython/lib/tests/test_display.py:228
Function
test_audio_from_file
()
IPython/lib/tests/test_display.py:187
Method
test_audio_from_list
(self)
IPython/lib/tests/test_display.py:200
Method
test_audio_from_numpy_array
(self)
IPython/lib/tests/test_display.py:194
Method
test_audio_from_numpy_array_without_rate_raises
(self)
IPython/lib/tests/test_display.py:206
Method
test_audio_raises_for_nested_list
(self)
IPython/lib/tests/test_display.py:248
Method
test_autoawait
(self)
IPython/core/tests/test_async_helpers.py:270
Method
test_autoawait_asyncio_wrong_sleep
(self)
IPython/core/tests/test_async_helpers.py:305
Method
test_autoawait_curio
(self)
IPython/core/tests/test_async_helpers.py:287
Method
test_autoawait_trio
(self)
IPython/core/tests/test_async_helpers.py:291
Method
test_autoawait_trio_wrong_sleep
(self)
IPython/core/tests/test_async_helpers.py:295
Function
test_autocall_binops
See https://github.com/ipython/ipython/issues/81
IPython/core/tests/test_prefilter.py:49
Function
test_autocall_should_ignore_raw_strings
()
IPython/core/tests/test_autocall.py:62
Function
test_autocall_should_support_unicode
()
IPython/core/tests/test_prefilter.py:120
Function
test_autorestore
()
IPython/extensions/tests/test_storemagic.py:51
Method
test_back_latex_completion
(self)
IPython/core/tests/test_completer.py:236
Method
test_back_unicode_completion
(self)
IPython/core/tests/test_completer.py:243
Function
test_bad
()
IPython/lib/tests/test_security.py:17
Method
test_bad_custom_tb
Check that InteractiveShell is protected from bad custom exception handlers
IPython/core/tests/test_interactiveshell.py:177
Method
test_bad_custom_tb_return
Check that InteractiveShell is protected from bad return types in custom exception handlers
IPython/core/tests/test_interactiveshell.py:185
Function
test_bad_module_all
Test module with invalid __all__ https://github.com/ipython/ipython/issues/9678
IPython/core/tests/test_completerlib.py:148
Function
test_bad_precision
test various invalid values for float_precision.
IPython/core/tests/test_formatters.py:93
Function
test_bad_repr
Don't catch bad repr errors
IPython/lib/tests/test_pretty.py:157
Function
test_bad_repr_traceback
()
IPython/core/tests/test_formatters.py:291
Method
test_bad_var_expand
var_expand on invalid formats shouldn't raise
IPython/core/tests/test_interactiveshell.py:250
Method
test_bare_function_missed_unregister
(self)
IPython/core/tests/test_events.py:36
Function
test_base
()
IPython/utils/tests/test_dir2.py:10
Function
test_base64image
()
IPython/core/tests/test_display.py:118
Function
test_basic_class
()
IPython/lib/tests/test_pretty.py:259
Function
test_bookmark
()
IPython/core/tests/test_magic.py:1164
Function
test_bool_raise
()
IPython/core/tests/test_oinspect.py:210
Function
test_builtin_init
()
IPython/core/tests/test_oinspect.py:395
Method
test_builtins_id
Check that %run doesn't damage __builtins__
IPython/core/tests/test_run.py:184
Method
test_builtins_type
Check that the type of __builtins__ doesn't change with %run. However, the above could pass if __builtins__ was already modified to b
IPython/core/tests/test_run.py:193
Function
test_cache
Test the compiler correctly compiles and caches inputs
IPython/core/tests/test_compilerop.py:42
Function
test_cache_unicode
()
IPython/core/tests/test_compilerop.py:55
Function
test_callability_checking
Test that the _repr_pretty_ method is tested for callability and skipped if not.
IPython/lib/tests/test_pretty.py:97
Function
test_calldef_none
()
IPython/core/tests/test_oinspect.py:224
Method
test_can_pickle
Can we pickle objects defined interactively (GH-29)
IPython/core/tests/test_interactiveshell.py:146
Function
test_capture_display_hook_format
Tests that the capture display hook conforms to the CapturedIO output format
IPython/core/tests/test_displayhook.py:106
Function
test_capture_output
capture_output works
IPython/utils/tests/test_capture.py:117
Method
test_capture_output
capture_output() context works
IPython/utils/tests/test_io.py:81
Function
test_capture_output_no_display
test capture_output(display=False)
IPython/utils/tests/test_capture.py:150
Function
test_capture_output_no_stderr
test capture_output(stderr=False)
IPython/utils/tests/test_capture.py:138
Function
test_capture_output_no_stdout
test capture_output(stdout=False)
IPython/utils/tests/test_capture.py:127
Method
test_case
(self)
IPython/utils/tests/test_wildcard.py:51
Method
test_case_showall
(self)
IPython/utils/tests/test_wildcard.py:66
Method
test_cb_error
(self)
IPython/core/tests/test_events.py:47
Method
test_cb_keyboard_interrupt
(self)
IPython/core/tests/test_events.py:53
Function
test_cd_force_quiet
Test OSMagics.cd_force_quiet option
IPython/core/tests/test_magic.py:514
Function
test_cell_magic
()
IPython/core/tests/test_inputtransformer2_line.py:18
Method
test_cell_magic_class
Cell magics declared via a class
IPython/core/tests/test_magic.py:821
Method
test_cell_magic_class2
Cell magics declared via a class, #2
IPython/core/tests/test_magic.py:833
Method
test_cell_magic_func_deco
Cell magic using simple decorator
IPython/core/tests/test_magic.py:805
← previous
next →
2,401–2,500 of 3,293, ranked by callers