MCPcopy Create free account

hub / github.com/ipython/ipython / functions

Functions3,293 in github.com/ipython/ipython

Methodtest_module_options
(self)
IPython/core/tests/test_run.py:508
Methodtest_module_options_with_separator
(self)
IPython/core/tests/test_run.py:514
Functiontest_module_without_init
Test module without __init__.py. https://github.com/ipython/ipython/issues/11226
IPython/core/tests/test_completerlib.py:164
Methodtest_multi
(self)
IPython/core/tests/test_inputsplitter.py:381
Functiontest_multiline
()
IPython/utils/tests/test_tokenutil.py:42
Methodtest_multiline_passthrough
(self)
IPython/core/tests/test_inputsplitter.py:462
Functiontest_multiline_statement
()
IPython/utils/tests/test_tokenutil.py:123
Methodtest_multiline_string_cells
Code sprinkled with multiline strings should execute (GH-306)
IPython/core/tests/test_interactiveshell.py:79
Functiontest_multiline_time
Make sure last statement from time return a value.
IPython/core/tests/test_magic.py:457
Functiontest_multiline_token
()
IPython/utils/tests/test_tokenutil.py:56
Functiontest_multiple_magics
()
IPython/core/tests/test_magic.py:1044
Functiontest_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
Methodtest_naked_string_cells
Test that cells with only naked strings are fully executed
IPython/core/tests/test_interactiveshell.py:48
Functiontest_named_file_in_temporary_directory
()
IPython/utils/tests/test_tempdir.py:14
Functiontest_nest_embed
test that `IPython.embed()` is nestable
IPython/terminal/tests/test_embed.py:66
Functiontest_nested_call
()
IPython/utils/tests/test_tokenutil.py:75
Methodtest_nested_genexpr
(self)
IPython/core/tests/test_ultratb.py:150
Methodtest_nested_import_module_completer
(self)
IPython/core/tests/test_completer.py:1060
Methodtest_new_main_mod
(self)
IPython/core/tests/test_interactiveshell.py:462
Methodtest_no_ascii_back_completion
(self)
IPython/core/tests/test_completer.py:260
Methodtest_no_dep
No deprecation warning should be raised from imported functions
IPython/core/tests/test_interactiveshell.py:989
Functiontest_no_gui_backends
()
IPython/core/tests/test_pylabtools.py:248
Methodtest_no_link
(self)
IPython/utils/tests/test_path.py:468
Methodtest_no_recursion
(self)
IPython/core/tests/test_ultratb.py:356
Methodtest_no_strip_coding
(self)
IPython/core/tests/test_inputsplitter.py:593
Methodtest_nocase
(self)
IPython/utils/tests/test_wildcard.py:82
Methodtest_nocase_showall
(self)
IPython/utils/tests/test_wildcard.py:98
Functiontest_non_extension
()
IPython/core/tests/test_extension.py:94
Methodtest_non_syntaxerror
(self)
IPython/core/tests/test_ultratb.py:246
Methodtest_nonascii_msg
(self)
IPython/core/tests/test_ultratb.py:122
Methodtest_nonascii_path
(self)
IPython/core/tests/test_ultratb.py:95
Methodtest_nonlocal
(self)
IPython/core/tests/test_async_helpers.py:233
Methodtest_not_writable_ipdir
(self)
IPython/utils/tests/test_path.py:279
Functiontest_notebook_export_json
()
IPython/core/tests/test_magic.py:735
Functiontest_nowarn_notimplemented
()
IPython/core/tests/test_formatters.py:254
Functiontest_null_cleanup_transformer
()
IPython/core/tests/test_inputtransformer2.py:300
Functiontest_numpy_reset_array_undec
Test '%reset array' functionality
IPython/core/tests/test_magic.py:331
Methodtest_obj_del
Test that object's __del__ methods are called on exit.
IPython/core/tests/test_run.py:239
Methodtest_object_key_completion
(self)
IPython/core/tests/test_completer.py:1028
Methodtest_ofind_cell_magic
(self)
IPython/core/tests/test_interactiveshell.py:351
Methodtest_ofind_line_magic
(self)
IPython/core/tests/test_interactiveshell.py:337
Methodtest_ofind_multiple_attribute_lookups
(self)
IPython/core/tests/test_interactiveshell.py:377
Methodtest_ofind_prefers_property_to_instance_level_attribute
(self)
IPython/core/tests/test_interactiveshell.py:409
Methodtest_ofind_property_with_error
(self)
IPython/core/tests/test_interactiveshell.py:365
Methodtest_ofind_slotted_attributes
(self)
IPython/core/tests/test_interactiveshell.py:392
Methodtest_omit__names
(self)
IPython/core/tests/test_completer.py:499
Functiontest_osx
()
IPython/testing/tests/test_decorators.py:162
Functiontest_output_displayed
Checking to make sure that output is displayed
IPython/core/tests/test_displayhook.py:6
Functiontest_output_quiet
Checking to make sure that output is quiet
IPython/core/tests/test_displayhook.py:19
Functiontest_parse_error
()
IPython/utils/tests/test_pycolorize.py:70
Functiontest_parse_options
Tests for basic options parsing in magics.
IPython/core/tests/test_magic.py:486
Functiontest_parse_sample
and test writing to a buffer
IPython/utils/tests/test_pycolorize.py:60
Functiontest_parser
()
IPython/testing/tests/test_tools.py:53
Functiontest_pass_correct_include_exclude
()
IPython/core/tests/test_formatters.py:476
Methodtest_passing
(self)
IPython/testing/tests/test_tools.py:72
Functiontest_passwd_check_unicode
()
IPython/lib/tests/test_security.py:23
Functiontest_passwd_structure
()
IPython/lib/tests/test_security.py:6
Methodtest_paste
(self)
IPython/core/tests/test_magic_terminal.py:95
Methodtest_paste_echo
Also test self.paste echoing, by temporarily faking the writer
IPython/core/tests/test_magic_terminal.py:153
Methodtest_paste_email
Test pasting of email-quoted contents
IPython/core/tests/test_magic_terminal.py:128
Methodtest_paste_email2
Email again; some programs add a space also at each quoting level
IPython/core/tests/test_magic_terminal.py:136
Methodtest_paste_email_py
Email quoting of interactive input
IPython/core/tests/test_magic_terminal.py:144
Methodtest_paste_leading_commas
Test multiline strings with leading commas
IPython/core/tests/test_magic_terminal.py:170
Methodtest_paste_magics_blankline
Test that code with a blank line doesn't get split (gh-3246).
IPython/terminal/tests/test_interactivshell.py:182
Methodtest_paste_py_multi_r
Now, test that self.paste -r works
IPython/core/tests/test_magic_terminal.py:118
Methodtest_paste_pyprompt
(self)
IPython/core/tests/test_magic_terminal.py:101
Methodtest_paste_trailing_question
Test pasting sources with trailing question marks
IPython/core/tests/test_magic_terminal.py:182
Functiontest_pdef
()
IPython/core/tests/test_oinspect.py:313
Functiontest_pdf_formatter
()
IPython/core/tests/test_formatters.py:307
Functiontest_pinfo_docstring_if_detail_and_no_source
Docstring should be displayed if source info not available
IPython/core/tests/test_oinspect.py:355
Functiontest_pinfo_docstring_no_source
Docstring should be included with detail_level=1 if there is no source
IPython/core/tests/test_oinspect.py:332
Functiontest_pinfo_magic
()
IPython/core/tests/test_oinspect.py:380
Functiontest_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
Functiontest_pinfo_nonascii
()
IPython/core/tests/test_oinspect.py:319
Functiontest_pinfo_type
type can fail in various edge case, for example `type.__subclass__()`
IPython/core/tests/test_oinspect.py:325
Methodtest_plain_direct_cause_error
(self)
IPython/core/tests/test_ultratb.py:310
Methodtest_plain_exception_during_handling_error
(self)
IPython/core/tests/test_ultratb.py:316
Methodtest_plain_suppress_exception_chaining
(self)
IPython/core/tests/test_ultratb.py:322
Methodtest_plain_text_only
(self)
IPython/terminal/tests/test_interactivshell.py:138
Functiontest_pop
()
IPython/core/tests/test_formatters.py:203
Functiontest_pop_string
()
IPython/core/tests/test_formatters.py:218
Functiontest_pprint_break
Test that p.break_ produces expected output
IPython/lib/tests/test_pretty.py:137
Functiontest_pprint_break_repr
Test that p.break_ is used in repr
IPython/lib/tests/test_pretty.py:145
Functiontest_pprint_heap_allocated_type
Test that pprint works for heap allocated types.
IPython/lib/tests/test_pretty.py:122
Functiontest_pprint_nomod
Test that pprint works for classes with no __module__.
IPython/lib/tests/test_pretty.py:130
Functiontest_precision
test various values for float_precision.
IPython/core/tests/test_formatters.py:66
Functiontest_prefilter
Test user input conversions
IPython/core/tests/test_prefilter.py:14
Functiontest_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
Functiontest_prefilter_shadowed
()
IPython/core/tests/test_prefilter.py:24
Functiontest_pretty
()
IPython/core/tests/test_formatters.py:48
Functiontest_pretty_environ
()
IPython/lib/tests/test_pretty.py:430
Functiontest_pretty_max_seq_length
()
IPython/core/tests/test_formatters.py:379
Functiontest_print_method_bound
()
IPython/core/tests/test_formatters.py:312
Functiontest_print_method_weird
()
IPython/core/tests/test_formatters.py:327
Functiontest_profile_create_help
()
IPython/terminal/tests/test_help.py:18
Functiontest_profile_create_ipython_dir
ipython profile create respects --ipython-dir
IPython/core/tests/test_profile.py:152
Functiontest_profile_help
()
IPython/terminal/tests/test_help.py:12
Functiontest_profile_list_help
()
IPython/terminal/tests/test_help.py:15
Functiontest_progress
()
IPython/core/tests/test_display.py:250
Functiontest_progress_iter
()
IPython/core/tests/test_display.py:257
← previousnext →2,901–3,000 of 3,293, ranked by callers