MCPcopy Create free account

hub / github.com/ipython/ipython / functions

Functions3,293 in github.com/ipython/ipython

Functiontest_side_effects_I
()
IPython/core/tests/test_inputtransformer2.py:308
Functiontest_side_effects_II
()
IPython/core/tests/test_inputtransformer2.py:325
Methodtest_silent_noadvance
run_cell(silent=True) doesn't advance execution_count
IPython/core/tests/test_interactiveshell.py:303
Methodtest_silent_nodisplayhook
run_cell(silent=True) doesn't trigger displayhook
IPython/core/tests/test_interactiveshell.py:315
Methodtest_silent_postexec
run_cell(silent=True) doesn't invoke pre/post_run_cell callbacks
IPython/core/tests/test_interactiveshell.py:259
Functiontest_simple
()
IPython/utils/tests/test_tokenutil.py:24
Methodtest_simple
(self)
IPython/core/tests/test_inputsplitter.py:369
Methodtest_simple2
(self)
IPython/core/tests/test_inputsplitter.py:372
Methodtest_simpledef
Test that simple class definitions work.
IPython/core/tests/test_run.py:230
Functiontest_simplenamespace
()
IPython/lib/tests/test_pretty.py:410
Functiontest_skip_dt_decorator
Doctest-skipping decorator should preserve the docstring.
IPython/testing/tests/test_decorators.py:84
Functiontest_skip_dt_decorator2
Doctest-skipping decorator should preserve function signature.
IPython/testing/tests/test_decorators.py:142
Methodtest_smoketest_aimport
(self)
IPython/extensions/tests/test_autoreload.py:438
Methodtest_smoketest_autoreload
(self)
IPython/extensions/tests/test_autoreload.py:441
Methodtest_snake_case_completion
(self)
IPython/core/tests/test_completer.py:1079
Methodtest_source
(self)
IPython/core/tests/test_inputsplitter.py:138
Functiontest_source_to_unicode
()
IPython/utils/tests/test_openpy.py:30
Functiontest_spaces
()
IPython/core/tests/test_inputsplitter.py:71
Methodtest_spaces
Test with only spaces as split chars.
IPython/core/tests/test_completer.py:277
Functiontest_split_user_input
()
IPython/core/tests/test_splitinput.py:32
Methodtest_startup_ipy
(self)
IPython/core/tests/test_profile.py:113
Methodtest_startup_py
(self)
IPython/core/tests/test_profile.py:108
Functiontest_store
Test %store.
IPython/core/tests/test_magic.py:1100
Functiontest_store_restore
()
IPython/extensions/tests/test_storemagic.py:10
Functiontest_string_in_formatter
()
IPython/core/tests/test_formatters.py:196
Functiontest_strip_email
()
IPython/utils/tests/test_text.py:181
Functiontest_strip_email2
()
IPython/utils/tests/test_text.py:195
Functiontest_strip_initial_indent
()
IPython/core/tests/test_magic.py:1181
Methodtest_struct_array_key_completion
Test dict key completion applies to numpy struct arrays
IPython/core/tests/test_completer.py:972
Methodtest_super_repr
(self)
IPython/lib/tests/test_pretty.py:188
Methodtest_suppress_exception_chaining
(self)
IPython/core/tests/test_ultratb.py:305
Methodtest_syntax
Call all single-line syntax tests from the main object
IPython/core/tests/test_inputsplitter.py:398
Methodtest_syntax_error
(self)
IPython/core/tests/test_interactiveshell.py:104
Methodtest_syntax_error
(self)
IPython/core/tests/test_inputsplitter.py:313
Methodtest_syntax_multiline
(self)
IPython/core/tests/test_inputsplitter.py:413
Methodtest_syntax_multiline_cell
(self)
IPython/core/tests/test_inputsplitter.py:434
Methodtest_syntaxerror_input_transformer
(self)
IPython/core/tests/test_interactiveshell.py:930
Methodtest_syntaxerror_no_stacktrace_at_compile_time
(self)
IPython/core/tests/test_ultratb.py:200
Methodtest_syntaxerror_stacktrace_when_running_compiled_code
(self)
IPython/core/tests/test_ultratb.py:211
Methodtest_syntaxerror_without_lineno
(self)
IPython/core/tests/test_ultratb.py:195
Methodtest_system
(self)
IPython/utils/tests/test_process.py:108
Methodtest_system_interrupt
When interrupted in the way ipykernel interrupts IPython, the subprocess is interrupted.
IPython/utils/tests/test_process.py:146
Methodtest_system_quotes
(self)
IPython/utils/tests/test_process.py:112
Methodtest_target_exists
(self)
IPython/utils/tests/test_path.py:461
Functiontest_tb_syntaxerror
test %tb after a SyntaxError
IPython/core/tests/test_magic.py:399
Methodtest_tclass
(self)
IPython/core/tests/test_run.py:294
Functiontest_tee_simple
Very simple check with stdout only
IPython/utils/tests/test_io.py:19
Functiontest_temp_pyfile
()
IPython/testing/tests/test_tools.py:63
Functiontest_tempdir
Ensure the test are done with a temporary file that have a dot somewhere.
IPython/utils/tests/test_module_paths.py:69
Functiontest_temporary_working_directory
()
IPython/utils/tests/test_tempdir.py:23
Functiontest_textdisplayobj_pretty_repr
()
IPython/core/tests/test_display.py:209
Functiontest_time
()
IPython/core/tests/test_magic.py:417
Methodtest_time
(self)
IPython/core/tests/test_interactiveshell.py:665
Functiontest_time2
()
IPython/core/tests/test_magic.py:441
Functiontest_time3
Erroneous magic function calls, issue gh-3334
IPython/core/tests/test_magic.py:447
Functiontest_time_last_not_expression
()
IPython/core/tests/test_magic.py:430
Functiontest_time_local_ns
Test that local_ns is actually global_ns when running a cell magic
IPython/core/tests/test_magic.py:470
Functiontest_time_no_var_expand
()
IPython/core/tests/test_magic.py:1223
Methodtest_timeit
(self)
IPython/core/tests/test_interactiveshell.py:650
Methodtest_timeit
(self)
IPython/core/tests/test_interactiveshell.py:758
Functiontest_timeit_arguments
Test valid timeit arguments, should not cause SyntaxError (GH #1269)
IPython/core/tests/test_magic.py:1231
Functiontest_timeit_invalid_return
()
IPython/core/tests/test_magic.py:689
Functiontest_timeit_quiet
test quiet option of timeit magic
IPython/core/tests/test_magic.py:677
Functiontest_timeit_return
test whether timeit -o return object
IPython/core/tests/test_magic.py:669
Functiontest_timeit_return_quiet
()
IPython/core/tests/test_magic.py:684
Functiontest_timeit_shlex
test shlex issues with timeit (#1109)
IPython/core/tests/test_magic.py:644
Functiontest_timeit_special_syntax
Test %%timeit with IPython special syntax
IPython/core/tests/test_magic.py:655
Functiontest_timestamp_type
()
IPython/core/tests/test_history.py:171
Functiontest_token_input_transformer
()
IPython/core/tests/test_inputtransformer.py:477
Methodtest_top_level_return_error
(self)
IPython/core/tests/test_async_helpers.py:135
Methodtest_trailing_newline
test that running !(command) does not raise a SyntaxError
IPython/core/tests/test_interactiveshell.py:120
Functiontest_transform_assign_magic
()
IPython/core/tests/test_inputtransformer2.py:181
Functiontest_transform_assign_system
()
IPython/core/tests/test_inputtransformer2.py:191
Functiontest_transform_autocall
()
IPython/core/tests/test_inputtransformer2.py:210
Functiontest_transform_help
()
IPython/core/tests/test_inputtransformer2.py:232
Functiontest_transform_magic_escape
()
IPython/core/tests/test_inputtransformer2.py:200
Methodtest_transform_only_once
(self)
IPython/core/tests/test_interactiveshell.py:695
Functiontest_trivial
A trivial passing test.
IPython/testing/plugin/test_refs.py:12
Functiontest_trust_help
()
IPython/terminal/tests/test_help.py:27
Methodtest_tryimport
Test that try-import don't crash on trailing dot, and import modules before
IPython/core/tests/test_completer.py:1046
Methodtest_unbound_method
(self)
IPython/lib/tests/test_pretty.py:223
Functiontest_underscore_no_overrite_builtins
()
IPython/core/tests/test_displayhook.py:44
Functiontest_underscore_no_overrite_user
()
IPython/core/tests/test_displayhook.py:31
Functiontest_unescape_glob
()
IPython/utils/tests/test_path.py:400
Methodtest_unicode
(self)
IPython/core/tests/test_inputsplitter.py:321
Methodtest_unicode
Check that files in odd encodings are accepted.
IPython/core/tests/test_run.py:333
Functiontest_unicode_colorize
()
IPython/utils/tests/test_pycolorize.py:54
Methodtest_unicode_completions
(self)
IPython/core/tests/test_completer.py:192
Functiontest_unicode_cwd
Check that IPython starts with non-ascii characters in the path.
IPython/core/tests/test_application.py:17
Functiontest_unicode_in_filename
When a file doesn't exist, the exception raised should be safe to call str() on - i.e. in Python 2 it must only have ASCII characters. https:
IPython/utils/tests/test_path.py:319
Functiontest_unicode_ipdir
Check that IPython starts with non-ascii characters in the IP dir.
IPython/core/tests/test_application.py:34
Functiontest_unicode_repr
()
IPython/lib/tests/test_pretty.py:244
Methodtest_unregister_during_callback
(self)
IPython/core/tests/test_events.py:59
Methodtest_unregistering
(self)
IPython/core/tests/test_interactiveshell.py:788
Functiontest_update_display
()
IPython/core/tests/test_display.py:389
Functiontest_user_expression
()
IPython/core/tests/test_interactiveshell.py:884
Functiontest_user_variables
()
IPython/core/tests/test_interactiveshell.py:858
Methodtest_var_expand
(self)
IPython/core/tests/test_interactiveshell.py:207
Methodtest_var_expand_local
Test local variable expansion in !system and %magic calls
IPython/core/tests/test_interactiveshell.py:220
Methodtest_var_expand_self
Test variable expansion with the name 'self', which was failing. See https://github.com/ipython/ipython/issues/1878#issuecomment-7698
IPython/core/tests/test_interactiveshell.py:238
← previousnext →3,101–3,200 of 3,293, ranked by callers