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_module_options
(self)
IPython/core/tests/test_run.py:508
Method
test_module_options_with_separator
(self)
IPython/core/tests/test_run.py:514
Function
test_module_without_init
Test module without __init__.py. https://github.com/ipython/ipython/issues/11226
IPython/core/tests/test_completerlib.py:164
Method
test_multi
(self)
IPython/core/tests/test_inputsplitter.py:381
Function
test_multiline
()
IPython/utils/tests/test_tokenutil.py:42
Method
test_multiline_passthrough
(self)
IPython/core/tests/test_inputsplitter.py:462
Function
test_multiline_statement
()
IPython/utils/tests/test_tokenutil.py:123
Method
test_multiline_string_cells
Code sprinkled with multiline strings should execute (GH-306)
IPython/core/tests/test_interactiveshell.py:79
Function
test_multiline_time
Make sure last statement from time return a value.
IPython/core/tests/test_magic.py:457
Function
test_multiline_token
()
IPython/utils/tests/test_tokenutil.py:56
Function
test_multiple_magics
()
IPython/core/tests/test_magic.py:1044
Function
test_multiprocessing_run
Set we can run mutiprocesgin without messing up up main namespace Note that import `nose.tools as nt` mdify the value s sys.module['__mp_main
IPython/core/tests/test_run.py:562
Method
test_naked_string_cells
Test that cells with only naked strings are fully executed
IPython/core/tests/test_interactiveshell.py:48
Function
test_named_file_in_temporary_directory
()
IPython/utils/tests/test_tempdir.py:14
Function
test_nest_embed
test that `IPython.embed()` is nestable
IPython/terminal/tests/test_embed.py:66
Function
test_nested_call
()
IPython/utils/tests/test_tokenutil.py:75
Method
test_nested_genexpr
(self)
IPython/core/tests/test_ultratb.py:150
Method
test_nested_import_module_completer
(self)
IPython/core/tests/test_completer.py:1060
Method
test_new_main_mod
(self)
IPython/core/tests/test_interactiveshell.py:462
Method
test_no_ascii_back_completion
(self)
IPython/core/tests/test_completer.py:260
Method
test_no_dep
No deprecation warning should be raised from imported functions
IPython/core/tests/test_interactiveshell.py:989
Function
test_no_gui_backends
()
IPython/core/tests/test_pylabtools.py:248
Method
test_no_link
(self)
IPython/utils/tests/test_path.py:468
Method
test_no_recursion
(self)
IPython/core/tests/test_ultratb.py:356
Method
test_no_strip_coding
(self)
IPython/core/tests/test_inputsplitter.py:593
Method
test_nocase
(self)
IPython/utils/tests/test_wildcard.py:82
Method
test_nocase_showall
(self)
IPython/utils/tests/test_wildcard.py:98
Function
test_non_extension
()
IPython/core/tests/test_extension.py:94
Method
test_non_syntaxerror
(self)
IPython/core/tests/test_ultratb.py:246
Method
test_nonascii_msg
(self)
IPython/core/tests/test_ultratb.py:122
Method
test_nonascii_path
(self)
IPython/core/tests/test_ultratb.py:95
Method
test_nonlocal
(self)
IPython/core/tests/test_async_helpers.py:233
Method
test_not_writable_ipdir
(self)
IPython/utils/tests/test_path.py:279
Function
test_notebook_export_json
()
IPython/core/tests/test_magic.py:735
Function
test_nowarn_notimplemented
()
IPython/core/tests/test_formatters.py:254
Function
test_null_cleanup_transformer
()
IPython/core/tests/test_inputtransformer2.py:300
Function
test_numpy_reset_array_undec
Test '%reset array' functionality
IPython/core/tests/test_magic.py:331
Method
test_obj_del
Test that object's __del__ methods are called on exit.
IPython/core/tests/test_run.py:239
Method
test_object_key_completion
(self)
IPython/core/tests/test_completer.py:1028
Method
test_ofind_cell_magic
(self)
IPython/core/tests/test_interactiveshell.py:351
Method
test_ofind_line_magic
(self)
IPython/core/tests/test_interactiveshell.py:337
Method
test_ofind_multiple_attribute_lookups
(self)
IPython/core/tests/test_interactiveshell.py:377
Method
test_ofind_prefers_property_to_instance_level_attribute
(self)
IPython/core/tests/test_interactiveshell.py:409
Method
test_ofind_property_with_error
(self)
IPython/core/tests/test_interactiveshell.py:365
Method
test_ofind_slotted_attributes
(self)
IPython/core/tests/test_interactiveshell.py:392
Method
test_omit__names
(self)
IPython/core/tests/test_completer.py:499
Function
test_osx
()
IPython/testing/tests/test_decorators.py:162
Function
test_output_displayed
Checking to make sure that output is displayed
IPython/core/tests/test_displayhook.py:6
Function
test_output_quiet
Checking to make sure that output is quiet
IPython/core/tests/test_displayhook.py:19
Function
test_parse_error
()
IPython/utils/tests/test_pycolorize.py:70
Function
test_parse_options
Tests for basic options parsing in magics.
IPython/core/tests/test_magic.py:486
Function
test_parse_sample
and test writing to a buffer
IPython/utils/tests/test_pycolorize.py:60
Function
test_parser
()
IPython/testing/tests/test_tools.py:53
Function
test_pass_correct_include_exclude
()
IPython/core/tests/test_formatters.py:476
Method
test_passing
(self)
IPython/testing/tests/test_tools.py:72
Function
test_passwd_check_unicode
()
IPython/lib/tests/test_security.py:23
Function
test_passwd_structure
()
IPython/lib/tests/test_security.py:6
Method
test_paste
(self)
IPython/core/tests/test_magic_terminal.py:95
Method
test_paste_echo
Also test self.paste echoing, by temporarily faking the writer
IPython/core/tests/test_magic_terminal.py:153
Method
test_paste_email
Test pasting of email-quoted contents
IPython/core/tests/test_magic_terminal.py:128
Method
test_paste_email2
Email again; some programs add a space also at each quoting level
IPython/core/tests/test_magic_terminal.py:136
Method
test_paste_email_py
Email quoting of interactive input
IPython/core/tests/test_magic_terminal.py:144
Method
test_paste_leading_commas
Test multiline strings with leading commas
IPython/core/tests/test_magic_terminal.py:170
Method
test_paste_magics_blankline
Test that code with a blank line doesn't get split (gh-3246).
IPython/terminal/tests/test_interactivshell.py:182
Method
test_paste_py_multi_r
Now, test that self.paste -r works
IPython/core/tests/test_magic_terminal.py:118
Method
test_paste_pyprompt
(self)
IPython/core/tests/test_magic_terminal.py:101
Method
test_paste_trailing_question
Test pasting sources with trailing question marks
IPython/core/tests/test_magic_terminal.py:182
Function
test_pdef
()
IPython/core/tests/test_oinspect.py:313
Function
test_pdf_formatter
()
IPython/core/tests/test_formatters.py:307
Function
test_pinfo_docstring_if_detail_and_no_source
Docstring should be displayed if source info not available
IPython/core/tests/test_oinspect.py:355
Function
test_pinfo_docstring_no_source
Docstring should be included with detail_level=1 if there is no source
IPython/core/tests/test_oinspect.py:332
Function
test_pinfo_magic
()
IPython/core/tests/test_oinspect.py:380
Function
test_pinfo_no_docstring_if_source
Docstring should not be included with detail_level=1 if source is found
IPython/core/tests/test_oinspect.py:340
Function
test_pinfo_nonascii
()
IPython/core/tests/test_oinspect.py:319
Function
test_pinfo_type
type can fail in various edge case, for example `type.__subclass__()`
IPython/core/tests/test_oinspect.py:325
Method
test_plain_direct_cause_error
(self)
IPython/core/tests/test_ultratb.py:310
Method
test_plain_exception_during_handling_error
(self)
IPython/core/tests/test_ultratb.py:316
Method
test_plain_suppress_exception_chaining
(self)
IPython/core/tests/test_ultratb.py:322
Method
test_plain_text_only
(self)
IPython/terminal/tests/test_interactivshell.py:138
Function
test_pop
()
IPython/core/tests/test_formatters.py:203
Function
test_pop_string
()
IPython/core/tests/test_formatters.py:218
Function
test_pprint_break
Test that p.break_ produces expected output
IPython/lib/tests/test_pretty.py:137
Function
test_pprint_break_repr
Test that p.break_ is used in repr
IPython/lib/tests/test_pretty.py:145
Function
test_pprint_heap_allocated_type
Test that pprint works for heap allocated types.
IPython/lib/tests/test_pretty.py:122
Function
test_pprint_nomod
Test that pprint works for classes with no __module__.
IPython/lib/tests/test_pretty.py:130
Function
test_precision
test various values for float_precision.
IPython/core/tests/test_formatters.py:66
Function
test_prefilter
Test user input conversions
IPython/core/tests/test_prefilter.py:14
Function
test_prefilter_attribute_errors
Capture exceptions thrown by user objects on attribute access. See http://github.com/ipython/ipython/issues/988.
IPython/core/tests/test_prefilter.py:96
Function
test_prefilter_shadowed
()
IPython/core/tests/test_prefilter.py:24
Function
test_pretty
()
IPython/core/tests/test_formatters.py:48
Function
test_pretty_environ
()
IPython/lib/tests/test_pretty.py:430
Function
test_pretty_max_seq_length
()
IPython/core/tests/test_formatters.py:379
Function
test_print_method_bound
()
IPython/core/tests/test_formatters.py:312
Function
test_print_method_weird
()
IPython/core/tests/test_formatters.py:327
Function
test_profile_create_help
()
IPython/terminal/tests/test_help.py:18
Function
test_profile_create_ipython_dir
ipython profile create respects --ipython-dir
IPython/core/tests/test_profile.py:152
Function
test_profile_help
()
IPython/terminal/tests/test_help.py:12
Function
test_profile_list_help
()
IPython/terminal/tests/test_help.py:15
Function
test_progress
()
IPython/core/tests/test_display.py:250
Function
test_progress_iter
()
IPython/core/tests/test_display.py:257
← previous
next →
2,901–3,000 of 3,293, ranked by callers