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_instantiation_FileLinks
FileLinks: Test class can be instantiated
IPython/lib/tests/test_display.py:84
Function
test_interactivehooks_ast_modes
Test that ast nodes can be triggered with different modes
IPython/core/tests/test_displayhook.py:58
Function
test_interactivehooks_ast_modes_semi_suppress
Test that ast nodes can be triggered with different modes and suppressed by semicolon
IPython/core/tests/test_displayhook.py:85
Function
test_interruptible_core_debugger
The debugger can be interrupted. The presumption is there is some mechanism that causes a KeyboardInterrupt (this is implemented in ipykernel
IPython/core/tests/test_debugger.py:240
Function
test_io_init
Test that io.stdin/out/err exist at startup
IPython/utils/tests/test_io.py:53
Function
test_ipdb_magics
Test calling some IPython magics from ipdb. First, set up some test functions and classes which we can inspect. >>> class ExampleClass(objec
IPython/core/tests/test_debugger.py:79
Function
test_ipdb_magics2
Test ipdb with a very short function. >>> old_trace = sys.gettrace() >>> def bar(): ... pass Run ipdb. >>> with PdbTes
IPython/core/tests/test_debugger.py:167
Function
test_ipy_prompt
()
IPython/core/tests/test_inputtransformer.py:351
Method
test_ipy_script_file_attribute
Test that `__file__` is set when running `ipython file.ipy`
IPython/core/tests/test_shellapp.py:38
Function
test_ipython_display_formatter
Objects with _ipython_display_ defined bypass other formatters
IPython/core/tests/test_formatters.py:392
Function
test_ipython_embed
test that `IPython.embed()` works
IPython/terminal/tests/test_embed.py:41
Function
test_ipython_help
()
IPython/terminal/tests/test_help.py:9
Function
test_ipython_prompt
()
IPython/core/tests/test_inputtransformer2_line.py:64
Method
test_iso8859_5
(self)
IPython/core/tests/test_ultratb.py:108
Function
test_issue_114
Check that multiline string literals don't expand as magic see http://github.com/ipython/ipython/issues/114
IPython/core/tests/test_prefilter.py:78
Method
test_jedi
A couple of issue we had with Jedi
IPython/core/tests/test_completer.py:388
Function
test_json
()
IPython/core/tests/test_display.py:265
Function
test_json_as_string_deprecated
()
IPython/core/tests/test_formatters.py:426
Function
test_json_getsysinfo
test that it is easily jsonable and don't return bytes somewhere.
IPython/utils/tests/test_sysinfo.py:13
Function
test_last_blank
()
IPython/core/tests/test_inputsplitter.py:529
Method
test_last_execution_result
Check that last execution result gets set correctly (GH-10702)
IPython/core/tests/test_interactiveshell.py:486
Function
test_last_two_blanks
()
IPython/core/tests/test_inputsplitter.py:544
Method
test_latex_completions
(self)
IPython/core/tests/test_completer.py:206
Method
test_latex_no_results
forward latex should really return nothing in either field if nothing is found.
IPython/core/tests/test_completer.py:227
Function
test_latex_to_html
()
IPython/lib/tests/test_latextools.py:63
Function
test_latex_to_png_color
Test color settings for latex_to_png.
IPython/lib/tests/test_latextools.py:139
Function
test_latex_to_png_dvipng_fails_when_no_cmd
`latex_to_png_dvipng` should return None when there is no required command
IPython/lib/tests/test_latextools.py:14
Function
test_latex_to_png_dvipng_runs
Test that latex_to_png_dvipng just runs without error.
IPython/lib/tests/test_latextools.py:33
Function
test_latex_to_png_invalid_hex_colors
Test that invalid hex colors provided to dvipng gives an exception.
IPython/lib/tests/test_latextools.py:173
Function
test_latex_to_png_mpl_runs
Test that latex_to_png_mpl just runs without error.
IPython/lib/tests/test_latextools.py:48
Method
test_lazy_eval_float
(self)
IPython/core/tests/test_prompts.py:23
Method
test_lazy_eval_nonascii_bytes
(self)
IPython/core/tests/test_prompts.py:15
Method
test_lazy_eval_unicode
(self)
IPython/core/tests/test_prompts.py:9
Function
test_leading_empty_lines
()
IPython/core/tests/test_inputtransformer2_line.py:112
Function
test_leading_indent
()
IPython/core/tests/test_inputtransformer2_line.py:85
Method
test_limit_to__all__False_ok
Limit to all is deprecated, once we remove it this test can go away.
IPython/core/tests/test_completer.py:560
Function
test_line_at_cursor
()
IPython/utils/tests/test_tokenutil.py:105
Function
test_line_cell_info
%%foo and %foo magics are distinguishable to inspect
IPython/core/tests/test_magic.py:1026
Method
test_line_cell_magics
(self)
IPython/core/tests/test_completer.py:644
Method
test_line_continuation
Test issue #2108.
IPython/core/tests/test_inputsplitter.py:326
Method
test_line_magics
(self)
IPython/core/tests/test_completer.py:621
Function
test_line_split
Basic line splitter test with default specs.
IPython/core/tests/test_completer.py:97
Method
test_link_into_dir
(self)
IPython/utils/tests/test_path.py:453
Method
test_link_successful
(self)
IPython/utils/tests/test_path.py:447
Method
test_link_twice
(self)
IPython/utils/tests/test_path.py:485
Function
test_linux
()
IPython/testing/tests/test_decorators.py:154
Function
test_list_bundled_profiles
()
IPython/core/tests/test_profile.py:146
Function
test_list_profiles_in
()
IPython/core/tests/test_profile.py:118
Method
test_local_file_completions
(self)
IPython/core/tests/test_completer.py:321
Function
test_locate_help
()
IPython/terminal/tests/test_help.py:21
Function
test_locate_profile_help
()
IPython/terminal/tests/test_help.py:24
Function
test_logging_magic_not_quiet
()
IPython/core/tests/test_magic.py:1212
Function
test_logging_magic_quiet_from_arg
()
IPython/core/tests/test_magic.py:1190
Function
test_logging_magic_quiet_from_config
()
IPython/core/tests/test_magic.py:1201
Function
test_logstart_inaccessible_file
()
IPython/core/tests/test_logger.py:9
Function
test_logstart_unicode
()
IPython/core/tests/test_logger.py:22
Method
test_long_dict
(self)
IPython/lib/tests/test_pretty.py:217
Method
test_long_list
(self)
IPython/lib/tests/test_pretty.py:199
Method
test_long_set
(self)
IPython/lib/tests/test_pretty.py:205
Function
test_long_substr
()
IPython/utils/tests/test_text.py:168
Function
test_long_substr2
()
IPython/utils/tests/test_text.py:173
Function
test_long_substr_empty
()
IPython/utils/tests/test_text.py:177
Method
test_long_tuple
(self)
IPython/lib/tests/test_pretty.py:211
Function
test_longer
Test control of longer-running jobs
IPython/lib/tests/test_backgroundjobs.py:77
Function
test_longer_repr
()
IPython/core/tests/test_debugger.py:62
Function
test_lookup
()
IPython/core/tests/test_formatters.py:145
Function
test_lookup_by_type
()
IPython/core/tests/test_formatters.py:163
Function
test_lookup_by_type_string
()
IPython/core/tests/test_formatters.py:170
Function
test_lookup_string
()
IPython/core/tests/test_formatters.py:153
Function
test_loop_colors
()
IPython/utils/tests/test_pycolorize.py:50
Function
test_ls_magic
()
IPython/core/tests/test_magic.py:1171
Function
test_macro
()
IPython/core/tests/test_magic.py:290
Method
test_macro
(self)
IPython/core/tests/test_interactiveshell.py:682
Function
test_macro_run
Test that we can run a multi-line macro successfully.
IPython/core/tests/test_magic.py:304
Function
test_magic_arguments
()
IPython/core/tests/test_magic_arguments.py:76
Method
test_magic_color
(self)
IPython/core/tests/test_completer.py:744
Method
test_magic_completion_order
(self)
IPython/core/tests/test_completer.py:668
Method
test_magic_completion_shadowing
(self)
IPython/core/tests/test_completer.py:676
Method
test_magic_completion_shadowing_explicit
If the user try to complete a shadowed magic, and explicit % start should still return the completions.
IPython/core/tests/test_completer.py:696
Method
test_magic_config
(self)
IPython/core/tests/test_completer.py:715
Function
test_magic_error_status
()
IPython/core/tests/test_magic.py:98
Function
test_magic_magic
Test %magic
IPython/core/tests/test_magic.py:318
Method
test_magic_names_in_string
(self)
IPython/core/tests/test_interactiveshell.py:116
Function
test_magic_not_found
()
IPython/core/tests/test_magic.py:78
Function
test_magic_parse_long_options
Magic.parse_options can handle --foo=bar long options
IPython/core/tests/test_magic.py:168
Function
test_magic_parse_options
Test that we don't mangle paths when parsing magic options.
IPython/core/tests/test_magic.py:155
Function
test_magic_rerun
Simple test for %rerun (no args -> rerun last line)
IPython/core/tests/test_history.py:162
Method
test_main_path
Test with only stdout results.
IPython/testing/tests/test_tools.py:89
Method
test_main_path2
Test with only stdout results, expecting windows line endings.
IPython/testing/tests/test_tools.py:98
Function
test_mappingproxy
()
IPython/lib/tests/test_pretty.py:365
Method
test_match_dict_keys
Test that match_dict_keys works on a couple of use case does return what expected, and does not crash
IPython/core/tests/test_completer.py:763
Method
test_match_posix
(self)
IPython/utils/tests/test_path.py:380
Method
test_match_windows
(self)
IPython/utils/tests/test_path.py:389
Method
test_memory_error
(self)
IPython/core/tests/test_async_helpers.py:282
Method
test_memoryerror
(self)
IPython/core/tests/test_ultratb.py:261
Function
test_metaclass_repr
()
IPython/lib/tests/test_pretty.py:239
Function
test_method
(self)
IPython/terminal/tests/test_interactivshell.py:96
Function
test_misbehaving_object_without_trait_names
()
IPython/utils/tests/test_dir2.py:41
Method
test_mix_terms
(self)
IPython/core/tests/test_completer.py:1088
Method
test_mktempfile
(self)
IPython/core/tests/test_interactiveshell.py:452
← previous
next →
2,801–2,900 of 3,293, ranked by callers