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
test_cell_magic_not_found
()
IPython/core/tests/test_magic.py:88
Method
test_cell_magic_reg
Cell magic manually registered
IPython/core/tests/test_magic.py:813
Method
test_cell_magics
(self)
IPython/core/tests/test_completer.py:629
Function
test_cellmagic
()
IPython/core/tests/test_inputtransformer.py:434
Method
test_cellmagic_help
(self)
IPython/core/tests/test_inputsplitter.py:572
Method
test_cellmagic_preempt
(self)
IPython/core/tests/test_inputsplitter.py:446
Method
test_changing_py_file
Traceback produced if the line where the error occurred is missing? https://github.com/ipython/ipython/issues/1456
IPython/core/tests/test_ultratb.py:58
Method
test_changing_py_file
(self)
IPython/core/tests/test_ultratb.py:229
Function
test_check_complete
()
IPython/core/tests/test_inputtransformer2.py:256
Method
test_check_complete
(self)
IPython/core/tests/test_inputsplitter.py:342
Function
test_check_complete_II
Test that multiple line strings are properly handled. Separate test function for convenience
IPython/core/tests/test_inputtransformer2.py:289
Method
test_class_key_completion
(self)
IPython/core/tests/test_completer.py:1036
Function
test_class_signature
()
IPython/core/tests/test_oinspect.py:201
Function
test_classic_prompt
()
IPython/core/tests/test_inputtransformer.py:336
Function
test_classic_prompt
()
IPython/core/tests/test_inputtransformer2_line.py:41
Function
test_cli_priority
()
IPython/core/tests/test_application.py:57
Function
test_clipboard_get
()
IPython/lib/tests/test_clipboard.py:8
Function
test_code_from_file
()
IPython/lib/tests/test_display.py:264
Function
test_code_name
()
IPython/core/tests/test_compilerop.py:30
Function
test_code_name2
()
IPython/core/tests/test_compilerop.py:36
Function
test_collections_counter
()
IPython/lib/tests/test_pretty.py:354
Function
test_collections_defaultdict
()
IPython/lib/tests/test_pretty.py:277
Function
test_collections_deque
()
IPython/lib/tests/test_pretty.py:321
Function
test_collections_ordereddict
()
IPython/lib/tests/test_pretty.py:297
Function
test_columnize
Basic columnize tests.
IPython/utils/tests/test_text.py:29
Function
test_columnize_long
Test columnize with inputs longer than the display window
IPython/utils/tests/test_text.py:88
Function
test_columnize_medium
Test with inputs than shouldn't be wider than 80
IPython/utils/tests/test_text.py:80
Function
test_columnize_random
Test with random input to hopefully catch edge case
IPython/utils/tests/test_text.py:62
Function
test_command_chain_dispatcher_eq_priority
()
IPython/core/tests/test_hooks.py:76
Function
test_command_chain_dispatcher_ff
Test two failing hooks
IPython/core/tests/test_hooks.py:39
Function
test_command_chain_dispatcher_fofo
Test a mixture of failing and succeeding hooks.
IPython/core/tests/test_hooks.py:56
Function
test_compiler_check_cache
Test the compiler properly manages the cache.
IPython/core/tests/test_compilerop.py:61
Method
test_completion_have_signature
Lets make sure jedi is capable of pulling out the signature of the function we are completing.
IPython/core/tests/test_completer.py:423
Method
test_completion_in_dir
(self)
IPython/core/tests/test_completerlib.py:78
Method
test_completion_more_args
(self)
IPython/core/tests/test_completerlib.py:73
Function
test_config
test that config magic does not raise can happen if Configurable init is moved too early into Magics.__init__ as then a Config object will be
IPython/core/tests/test_magic.py:106
Function
test_config_available_configs
test that config magic prints available configs in unique and sorted order.
IPython/core/tests/test_magic.py:115
Function
test_config_print_class
test that config with a classname prints the class's options.
IPython/core/tests/test_magic.py:125
Method
test_continuation
(self)
IPython/core/tests/test_inputsplitter.py:306
Function
test_continued_line
()
IPython/core/tests/test_inputtransformer2.py:170
Method
test_control_c
(self, *mocks)
IPython/core/tests/test_interactiveshell.py:580
Function
test_cpaste
Test cpaste magic
IPython/core/tests/test_magic_terminal.py:49
Function
test_crlf_magic
()
IPython/core/tests/test_inputtransformer2_line.py:124
Method
test_custom_completion_error
Test that errors from custom attribute completers are silenced.
IPython/core/tests/test_completer.py:163
Method
test_custom_completion_ordering
Test that errors from custom attribute completers are silenced.
IPython/core/tests/test_completer.py:178
Function
test_custom_exc_count
()
IPython/core/tests/test_interactiveshell.py:1000
Method
test_custom_exception
(self)
IPython/core/tests/test_interactiveshell.py:435
Function
test_custom_repr
A custom repr should override a pretty printer for a parent type
IPython/lib/tests/test_pretty.py:467
Method
test_custom_syntaxerror_exception
(self)
IPython/core/tests/test_interactiveshell.py:420
Method
test_dataframe_key_completion
Test dict key completion applies to pandas DataFrames
IPython/core/tests/test_completer.py:999
Function
test_db
Test the internal database used for variable persistence.
IPython/core/tests/test_iplib.py:241
Function
test_dead
Test control of dead jobs
IPython/lib/tests/test_backgroundjobs.py:66
Function
test_debug_magic
Test debugging a small code with %debug In [1]: with PdbTestInput(['c']): ...: %debug print("a b") #doctest: +ELLIPSIS ...:
IPython/core/tests/test_magic.py:626
Function
test_debug_magic_passes_through_generators
This test that we can correctly pass through frames of a generator post-mortem.
IPython/terminal/tests/test_debug_magic.py:24
Method
test_debug_run_submodule_with_absolute_import
(self)
IPython/core/tests/test_run.py:501
Method
test_debug_run_submodule_with_relative_import
(self)
IPython/core/tests/test_run.py:505
Method
test_dedent_break
(self)
IPython/core/tests/test_inputsplitter.py:196
Method
test_dedent_continue
(self)
IPython/core/tests/test_inputsplitter.py:206
Method
test_dedent_pass
(self)
IPython/core/tests/test_inputsplitter.py:186
Method
test_dedent_raise
(self)
IPython/core/tests/test_inputsplitter.py:216
Method
test_dedent_return
(self)
IPython/core/tests/test_inputsplitter.py:228
Method
test_deduplicate_completions
Test that completions are correctly deduplicated (even if ranges are not the same)
IPython/core/tests/test_completer.py:438
Function
test_deepreload
Test that dreload does deep reloads and skips excluded modules.
IPython/lib/tests/test_deepreload.py:15
Method
test_default_arguments_from_docstring
(self)
IPython/core/tests/test_completer.py:605
Function
test_deferred
()
IPython/core/tests/test_formatters.py:63
Function
test_definition_kwonlyargs
()
IPython/core/tests/test_oinspect.py:233
Function
test_deliberately_broken
A deliberately broken test - we want to skip this one.
IPython/testing/tests/test_decorators.py:50
Function
test_deliberately_broken2
Another deliberately broken test - we want to skip this one.
IPython/testing/tests/test_decorators.py:55
Method
test_delim_setting
(self)
IPython/core/tests/test_completer.py:272
Method
test_deprecation_warning
(self)
IPython/core/tests/test_interactiveshell.py:958
Function
test_detect_encoding
()
IPython/utils/tests/test_openpy.py:11
Function
test_detect_screen_size
Simple smoketest for page._detect_screen_size.
IPython/core/tests/test_page.py:13
Method
test_dict_attributes
Dictionaries should be indexed by attributes, not by keys. This was causing Github issue 129.
IPython/utils/tests/test_wildcard.py:115
Method
test_dict_dir
(self)
IPython/utils/tests/test_wildcard.py:130
Method
test_dict_key_completion_bytes
Test handling of bytes in dict key completion
IPython/core/tests/test_completer.py:917
Method
test_dict_key_completion_contexts
Test expression contexts in which dict key completion occurs
IPython/core/tests/test_completer.py:867
Method
test_dict_key_completion_invalids
Smoke test cases dict key completion can't handle
IPython/core/tests/test_completer.py:1010
Method
test_dict_key_completion_string
Test dictionary key completion for string keys
IPython/core/tests/test_completer.py:783
Method
test_dict_key_completion_unicode_py3
Test handling of unicode in dict key completion
IPython/core/tests/test_completer.py:945
Method
test_direct_cause_error
(self)
IPython/core/tests/test_ultratb.py:297
Function
test_dirops
Test various directory handling operations.
IPython/core/tests/test_magic.py:495
Function
test_dispatch
Test correct dispatching: The _repr_pretty_ method for MyDict must be found before the registered printer for dict.
IPython/lib/tests/test_pretty.py:86
Function
test_display_available
Test that display is available without import We don't really care if it's in builtin or anything else, but it should always be availabl
IPython/core/tests/test_display.py:191
Function
test_display_handle
()
IPython/core/tests/test_display.py:422
Function
test_display_id
()
IPython/core/tests/test_display.py:345
Function
test_displayobject_repr
()
IPython/core/tests/test_display.py:217
Function
test_doctest_mode
Toggle doctest_mode twice, it should be a no-op and run without error
IPython/core/tests/test_magic.py:480
Function
test_dollar_formatter
()
IPython/utils/tests/test_text.py:150
Method
test_dont_cache_with_semicolon
Ending a line with semicolon should not cache the returned object (GH-307)
IPython/core/tests/test_interactiveshell.py:88
Method
test_drop_by_id
(self)
IPython/core/tests/test_interactiveshell.py:193
Function
test_edit_cell
%edit [cell id]
IPython/core/tests/test_magic.py:1155
Function
test_edit_interactive
%edit on interactively defined objects
IPython/core/tests/test_magic.py:1141
Method
test_elide
(self)
IPython/terminal/tests/test_interactivshell.py:19
Method
test_elide_typed_no_match
if the match is too short we don't elide. avoid the "the...the"
IPython/terminal/tests/test_interactivshell.py:39
Method
test_elide_typed_normal
(self)
IPython/terminal/tests/test_interactivshell.py:28
Method
test_elide_typed_short_match
if the match is too short we don't elide. avoid the "the...the"
IPython/terminal/tests/test_interactivshell.py:32
Function
test_embed_svg_url
()
IPython/core/tests/test_display.py:75
Function
test_empty_property_has_no_source
()
IPython/core/tests/test_oinspect.py:261
Function
test_encourage_iframe_over_html
(m_warn)
IPython/core/tests/test_display.py:233
Function
test_ensure_dir_exists
()
IPython/utils/tests/test_path.py:409
← previous
next →
2,501–2,600 of 3,293, ranked by callers