MCPcopy Create free account

hub / github.com/ipython/ipython / functions

Functions3,293 in github.com/ipython/ipython

Functiontest_cell_magic_not_found
()
IPython/core/tests/test_magic.py:88
Methodtest_cell_magic_reg
Cell magic manually registered
IPython/core/tests/test_magic.py:813
Methodtest_cell_magics
(self)
IPython/core/tests/test_completer.py:629
Functiontest_cellmagic
()
IPython/core/tests/test_inputtransformer.py:434
Methodtest_cellmagic_help
(self)
IPython/core/tests/test_inputsplitter.py:572
Methodtest_cellmagic_preempt
(self)
IPython/core/tests/test_inputsplitter.py:446
Methodtest_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
Methodtest_changing_py_file
(self)
IPython/core/tests/test_ultratb.py:229
Functiontest_check_complete
()
IPython/core/tests/test_inputtransformer2.py:256
Methodtest_check_complete
(self)
IPython/core/tests/test_inputsplitter.py:342
Functiontest_check_complete_II
Test that multiple line strings are properly handled. Separate test function for convenience
IPython/core/tests/test_inputtransformer2.py:289
Methodtest_class_key_completion
(self)
IPython/core/tests/test_completer.py:1036
Functiontest_class_signature
()
IPython/core/tests/test_oinspect.py:201
Functiontest_classic_prompt
()
IPython/core/tests/test_inputtransformer.py:336
Functiontest_classic_prompt
()
IPython/core/tests/test_inputtransformer2_line.py:41
Functiontest_cli_priority
()
IPython/core/tests/test_application.py:57
Functiontest_clipboard_get
()
IPython/lib/tests/test_clipboard.py:8
Functiontest_code_from_file
()
IPython/lib/tests/test_display.py:264
Functiontest_code_name
()
IPython/core/tests/test_compilerop.py:30
Functiontest_code_name2
()
IPython/core/tests/test_compilerop.py:36
Functiontest_collections_counter
()
IPython/lib/tests/test_pretty.py:354
Functiontest_collections_defaultdict
()
IPython/lib/tests/test_pretty.py:277
Functiontest_collections_deque
()
IPython/lib/tests/test_pretty.py:321
Functiontest_collections_ordereddict
()
IPython/lib/tests/test_pretty.py:297
Functiontest_columnize
Basic columnize tests.
IPython/utils/tests/test_text.py:29
Functiontest_columnize_long
Test columnize with inputs longer than the display window
IPython/utils/tests/test_text.py:88
Functiontest_columnize_medium
Test with inputs than shouldn't be wider than 80
IPython/utils/tests/test_text.py:80
Functiontest_columnize_random
Test with random input to hopefully catch edge case
IPython/utils/tests/test_text.py:62
Functiontest_command_chain_dispatcher_eq_priority
()
IPython/core/tests/test_hooks.py:76
Functiontest_command_chain_dispatcher_ff
Test two failing hooks
IPython/core/tests/test_hooks.py:39
Functiontest_command_chain_dispatcher_fofo
Test a mixture of failing and succeeding hooks.
IPython/core/tests/test_hooks.py:56
Functiontest_compiler_check_cache
Test the compiler properly manages the cache.
IPython/core/tests/test_compilerop.py:61
Methodtest_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
Methodtest_completion_in_dir
(self)
IPython/core/tests/test_completerlib.py:78
Methodtest_completion_more_args
(self)
IPython/core/tests/test_completerlib.py:73
Functiontest_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
Functiontest_config_available_configs
test that config magic prints available configs in unique and sorted order.
IPython/core/tests/test_magic.py:115
Functiontest_config_print_class
test that config with a classname prints the class's options.
IPython/core/tests/test_magic.py:125
Methodtest_continuation
(self)
IPython/core/tests/test_inputsplitter.py:306
Functiontest_continued_line
()
IPython/core/tests/test_inputtransformer2.py:170
Methodtest_control_c
(self, *mocks)
IPython/core/tests/test_interactiveshell.py:580
Functiontest_cpaste
Test cpaste magic
IPython/core/tests/test_magic_terminal.py:49
Functiontest_crlf_magic
()
IPython/core/tests/test_inputtransformer2_line.py:124
Methodtest_custom_completion_error
Test that errors from custom attribute completers are silenced.
IPython/core/tests/test_completer.py:163
Methodtest_custom_completion_ordering
Test that errors from custom attribute completers are silenced.
IPython/core/tests/test_completer.py:178
Functiontest_custom_exc_count
()
IPython/core/tests/test_interactiveshell.py:1000
Methodtest_custom_exception
(self)
IPython/core/tests/test_interactiveshell.py:435
Functiontest_custom_repr
A custom repr should override a pretty printer for a parent type
IPython/lib/tests/test_pretty.py:467
Methodtest_custom_syntaxerror_exception
(self)
IPython/core/tests/test_interactiveshell.py:420
Methodtest_dataframe_key_completion
Test dict key completion applies to pandas DataFrames
IPython/core/tests/test_completer.py:999
Functiontest_db
Test the internal database used for variable persistence.
IPython/core/tests/test_iplib.py:241
Functiontest_dead
Test control of dead jobs
IPython/lib/tests/test_backgroundjobs.py:66
Functiontest_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
Functiontest_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
Methodtest_debug_run_submodule_with_absolute_import
(self)
IPython/core/tests/test_run.py:501
Methodtest_debug_run_submodule_with_relative_import
(self)
IPython/core/tests/test_run.py:505
Methodtest_dedent_break
(self)
IPython/core/tests/test_inputsplitter.py:196
Methodtest_dedent_continue
(self)
IPython/core/tests/test_inputsplitter.py:206
Methodtest_dedent_pass
(self)
IPython/core/tests/test_inputsplitter.py:186
Methodtest_dedent_raise
(self)
IPython/core/tests/test_inputsplitter.py:216
Methodtest_dedent_return
(self)
IPython/core/tests/test_inputsplitter.py:228
Methodtest_deduplicate_completions
Test that completions are correctly deduplicated (even if ranges are not the same)
IPython/core/tests/test_completer.py:438
Functiontest_deepreload
Test that dreload does deep reloads and skips excluded modules.
IPython/lib/tests/test_deepreload.py:15
Methodtest_default_arguments_from_docstring
(self)
IPython/core/tests/test_completer.py:605
Functiontest_deferred
()
IPython/core/tests/test_formatters.py:63
Functiontest_definition_kwonlyargs
()
IPython/core/tests/test_oinspect.py:233
Functiontest_deliberately_broken
A deliberately broken test - we want to skip this one.
IPython/testing/tests/test_decorators.py:50
Functiontest_deliberately_broken2
Another deliberately broken test - we want to skip this one.
IPython/testing/tests/test_decorators.py:55
Methodtest_delim_setting
(self)
IPython/core/tests/test_completer.py:272
Methodtest_deprecation_warning
(self)
IPython/core/tests/test_interactiveshell.py:958
Functiontest_detect_encoding
()
IPython/utils/tests/test_openpy.py:11
Functiontest_detect_screen_size
Simple smoketest for page._detect_screen_size.
IPython/core/tests/test_page.py:13
Methodtest_dict_attributes
Dictionaries should be indexed by attributes, not by keys. This was causing Github issue 129.
IPython/utils/tests/test_wildcard.py:115
Methodtest_dict_dir
(self)
IPython/utils/tests/test_wildcard.py:130
Methodtest_dict_key_completion_bytes
Test handling of bytes in dict key completion
IPython/core/tests/test_completer.py:917
Methodtest_dict_key_completion_contexts
Test expression contexts in which dict key completion occurs
IPython/core/tests/test_completer.py:867
Methodtest_dict_key_completion_invalids
Smoke test cases dict key completion can't handle
IPython/core/tests/test_completer.py:1010
Methodtest_dict_key_completion_string
Test dictionary key completion for string keys
IPython/core/tests/test_completer.py:783
Methodtest_dict_key_completion_unicode_py3
Test handling of unicode in dict key completion
IPython/core/tests/test_completer.py:945
Methodtest_direct_cause_error
(self)
IPython/core/tests/test_ultratb.py:297
Functiontest_dirops
Test various directory handling operations.
IPython/core/tests/test_magic.py:495
Functiontest_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
Functiontest_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
Functiontest_display_handle
()
IPython/core/tests/test_display.py:422
Functiontest_display_id
()
IPython/core/tests/test_display.py:345
Functiontest_displayobject_repr
()
IPython/core/tests/test_display.py:217
Functiontest_doctest_mode
Toggle doctest_mode twice, it should be a no-op and run without error
IPython/core/tests/test_magic.py:480
Functiontest_dollar_formatter
()
IPython/utils/tests/test_text.py:150
Methodtest_dont_cache_with_semicolon
Ending a line with semicolon should not cache the returned object (GH-307)
IPython/core/tests/test_interactiveshell.py:88
Methodtest_drop_by_id
(self)
IPython/core/tests/test_interactiveshell.py:193
Functiontest_edit_cell
%edit [cell id]
IPython/core/tests/test_magic.py:1155
Functiontest_edit_interactive
%edit on interactively defined objects
IPython/core/tests/test_magic.py:1141
Methodtest_elide
(self)
IPython/terminal/tests/test_interactivshell.py:19
Methodtest_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
Methodtest_elide_typed_normal
(self)
IPython/terminal/tests/test_interactivshell.py:28
Methodtest_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
Functiontest_embed_svg_url
()
IPython/core/tests/test_display.py:75
Functiontest_empty_property_has_no_source
()
IPython/core/tests/test_oinspect.py:261
Functiontest_encourage_iframe_over_html
(m_warn)
IPython/core/tests/test_display.py:233
Functiontest_ensure_dir_exists
()
IPython/utils/tests/test_path.py:409
← previousnext →2,501–2,600 of 3,293, ranked by callers