MCPcopy Create free account

hub / github.com/ipython/ipython / functions

Functions3,293 in github.com/ipython/ipython

Functiontest_get_home_dir_8
Using registry hack for 'My Documents', os=='nt' HOMESHARE, HOMEDRIVE, HOMEPATH, USERPROFILE and others are missing.
IPython/utils/tests/test_path.py:163
Functiontest_get_input_encoding
()
IPython/core/tests/test_inputsplitter.py:99
Functiontest_get_ipython_cache_dir
()
IPython/core/tests/test_paths.py:173
Functiontest_get_ipython_dir_1
test_get_ipython_dir_1, Testcase to see if we can call get_ipython_dir without Exceptions.
IPython/core/tests/test_paths.py:48
Functiontest_get_ipython_dir_2
test_get_ipython_dir_2, Testcase to see if we can call get_ipython_dir without Exceptions.
IPython/core/tests/test_paths.py:57
Functiontest_get_ipython_dir_3
test_get_ipython_dir_3, move XDG if defined, and .ipython doesn't exist.
IPython/core/tests/test_paths.py:71
Functiontest_get_ipython_dir_4
test_get_ipython_dir_4, warn if XDG and home both exist.
IPython/core/tests/test_paths.py:91
Functiontest_get_ipython_dir_5
test_get_ipython_dir_5, use .ipython if exists and XDG defined, but doesn't exist.
IPython/core/tests/test_paths.py:114
Functiontest_get_ipython_dir_6
test_get_ipython_dir_6, use home over XDG if defined and neither exist.
IPython/core/tests/test_paths.py:133
Functiontest_get_ipython_dir_7
test_get_ipython_dir_7, test home directory expansion on IPYTHONDIR
IPython/core/tests/test_paths.py:152
Functiontest_get_ipython_dir_8
test_get_ipython_dir_8, test / home directory
IPython/core/tests/test_paths.py:161
Functiontest_get_ipython_module_path
()
IPython/core/tests/test_paths.py:198
Functiontest_get_ipython_package_dir
()
IPython/core/tests/test_paths.py:193
Functiontest_get_long_path_name
()
IPython/utils/tests/test_path.py:270
Functiontest_get_long_path_name_win32
()
IPython/utils/tests/test_path.py:255
Methodtest_get_output_error_code
(self)
IPython/utils/tests/test_process.py:184
Functiontest_get_py_filename
()
IPython/utils/tests/test_path.py:301
Functiontest_get_xdg_dir_0
test_get_xdg_dir_0, check xdg_dir
IPython/utils/tests/test_path.py:187
Functiontest_get_xdg_dir_1
test_get_xdg_dir_1, check nonexistent xdg_dir
IPython/utils/tests/test_path.py:202
Functiontest_get_xdg_dir_2
test_get_xdg_dir_2, check xdg_dir default to ~/.config
IPython/utils/tests/test_path.py:214
Functiontest_get_xdg_dir_3
test_get_xdg_dir_3, check xdg_dir not used on OS X
IPython/utils/tests/test_path.py:230
Functiontest_getdoc
()
IPython/core/tests/test_oinspect.py:237
Methodtest_getoutput
(self)
IPython/utils/tests/test_process.py:159
Methodtest_getoutput_error
(self)
IPython/utils/tests/test_process.py:179
Methodtest_getoutput_quoted
(self)
IPython/utils/tests/test_process.py:167
Methodtest_getoutput_quoted2
(self)
IPython/utils/tests/test_process.py:173
Methodtest_gh_597
Pretty-printing lists of objects with non-ascii reprs may cause problems.
IPython/core/tests/test_interactiveshell.py:125
Methodtest_global_ns
Code in functions must be able to access variables outside them.
IPython/core/tests/test_interactiveshell.py:168
Methodtest_greedy_completions
Test the capability of the Greedy completer. Most of the test here does not really show off the greedy completer, for proof
IPython/core/tests/test_completer.py:461
Functiontest_handlers
()
IPython/core/tests/test_handlers.py:44
Functiontest_handlers
()
IPython/core/tests/test_ultratb.py:400
Functiontest_has_comment
()
IPython/core/tests/test_inputtransformer.py:444
Methodtest_has_open_quotes1
(self)
IPython/core/tests/test_completer.py:283
Methodtest_has_open_quotes2
(self)
IPython/core/tests/test_completer.py:287
Methodtest_has_open_quotes3
(self)
IPython/core/tests/test_completer.py:291
Methodtest_has_open_quotes4
(self)
IPython/core/tests/test_completer.py:295
Functiontest_help_end
()
IPython/core/tests/test_inputtransformer.py:403
Functiontest_hist_file_config
()
IPython/core/tests/test_history.py:176
Functiontest_hist_pof
()
IPython/core/tests/test_magic.py:278
Functiontest_histmanager_disabled
Ensure that disabling the history manager doesn't create a database.
IPython/core/tests/test_history.py:192
Functiontest_history
()
IPython/core/tests/test_history.py:29
Functiontest_html_metadata
()
IPython/core/tests/test_display.py:340
Methodtest_ignore_event_arguments_if_no_argument_required
(self)
IPython/core/tests/test_events.py:81
Methodtest_ignore_sys_exit
Test the -e option to ignore sys.exit()
IPython/core/tests/test_run.py:379
Functiontest_image_filename_defaults
test format constraint, and validity of jpeg and png
IPython/core/tests/test_display.py:121
Functiontest_image_mimes
()
IPython/core/tests/test_display.py:36
Functiontest_image_size
Simple test for display.Image(args, width=x,height=y)
IPython/core/tests/test_display.py:21
Functiontest_import_PyColorize
()
IPython/utils/tests/test_imports.py:12
Functiontest_import_backgroundjobs
()
IPython/lib/tests/test_imports.py:4
Functiontest_import_coloransi
()
IPython/utils/tests/test_imports.py:3
Functiontest_import_completer
()
IPython/core/tests/test_imports.py:3
Functiontest_import_crashhandler
()
IPython/core/tests/test_imports.py:6
Functiontest_import_debugger
()
IPython/core/tests/test_imports.py:9
Functiontest_import_deepreload
()
IPython/lib/tests/test_imports.py:7
Functiontest_import_demo
()
IPython/lib/tests/test_imports.py:10
Functiontest_import_excolors
()
IPython/core/tests/test_imports.py:12
Functiontest_import_generics
()
IPython/utils/tests/test_imports.py:6
Functiontest_import_getipython
()
IPython/core/tests/test_imports.py:21
Functiontest_import_history
()
IPython/core/tests/test_imports.py:15
Functiontest_import_hooks
()
IPython/core/tests/test_imports.py:18
Functiontest_import_interactiveshell
()
IPython/core/tests/test_imports.py:24
Functiontest_import_invalid_module
Testing of issue https://github.com/ipython/ipython/issues/1107
IPython/core/tests/test_completerlib.py:131
Functiontest_import_ipstruct
()
IPython/utils/tests/test_imports.py:9
Functiontest_import_logger
()
IPython/core/tests/test_imports.py:27
Functiontest_import_macro
()
IPython/core/tests/test_imports.py:30
Functiontest_import_magic
()
IPython/core/tests/test_imports.py:33
Methodtest_import_module_completer
(self)
IPython/core/tests/test_completer.py:1067
Functiontest_import_nested
Test nested imports from the stdlib
IPython/utils/tests/test_importstring.py:29
Functiontest_import_oinspect
()
IPython/core/tests/test_imports.py:36
Functiontest_import_plain
Test simple imports
IPython/utils/tests/test_importstring.py:22
Functiontest_import_prefilter
()
IPython/core/tests/test_imports.py:39
Functiontest_import_prompts
()
IPython/core/tests/test_imports.py:42
Functiontest_import_pylab
()
IPython/core/tests/test_pylabtools.py:143
Functiontest_import_raises
Test that failing imports raise the right exception
IPython/utils/tests/test_importstring.py:36
Functiontest_import_release
()
IPython/core/tests/test_imports.py:45
Functiontest_import_strdispatch
()
IPython/utils/tests/test_imports.py:15
Functiontest_import_ultratb
()
IPython/core/tests/test_imports.py:48
Functiontest_import_usage
()
IPython/core/tests/test_imports.py:51
Functiontest_import_wildcard
()
IPython/utils/tests/test_imports.py:18
Functiontest_in_formatter
()
IPython/core/tests/test_formatters.py:189
Methodtest_in_func_no_error
(self)
IPython/core/tests/test_async_helpers.py:159
Methodtest_incremental
(self)
IPython/core/tests/test_inputsplitter.py:583
Methodtest_incremental
(self)
IPython/core/tests/test_inputsplitter.py:606
Methodtest_indent
(self)
IPython/core/tests/test_inputsplitter.py:147
Methodtest_indent2
(self)
IPython/core/tests/test_inputsplitter.py:156
Methodtest_indent3
(self)
IPython/core/tests/test_inputsplitter.py:166
Methodtest_indent4
(self)
IPython/core/tests/test_inputsplitter.py:174
Functiontest_indentation
Test correct indentation in groups
IPython/lib/tests/test_pretty.py:77
Methodtest_indentationerror_shows_line
(self)
IPython/core/tests/test_ultratb.py:171
Functiontest_info
Check that Inspector.info fills out various fields as expected.
IPython/core/tests/test_oinspect.py:168
Functiontest_info_awkward
()
IPython/core/tests/test_oinspect.py:206
Functiontest_info_serialliar
()
IPython/core/tests/test_oinspect.py:213
Functiontest_init_colors
()
IPython/core/tests/test_oinspect.py:388
Methodtest_inline
(self)
IPython/core/tests/test_pylabtools.py:203
Methodtest_inline_twice
Using '%matplotlib inline' twice should not reset formatters
IPython/core/tests/test_pylabtools.py:217
Methodtest_input_rejection
Check that NodeTransformers can reject input.
IPython/core/tests/test_interactiveshell.py:826
Methodtest_inputtransformer_syntaxerror
(self)
IPython/terminal/tests/test_interactivshell.py:120
Methodtest_inspect_text
(self)
IPython/core/tests/test_interactiveshell.py:481
Functiontest_install_editor
()
IPython/lib/tests/test_editorhooks.py:10
Functiontest_instantiation_FileLink
FileLink: Test class can be instantiated
IPython/lib/tests/test_display.py:44
← previousnext →2,701–2,800 of 3,293, ranked by callers