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_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
Function
test_get_input_encoding
()
IPython/core/tests/test_inputsplitter.py:99
Function
test_get_ipython_cache_dir
()
IPython/core/tests/test_paths.py:173
Function
test_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
Function
test_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
Function
test_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
Function
test_get_ipython_dir_4
test_get_ipython_dir_4, warn if XDG and home both exist.
IPython/core/tests/test_paths.py:91
Function
test_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
Function
test_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
Function
test_get_ipython_dir_7
test_get_ipython_dir_7, test home directory expansion on IPYTHONDIR
IPython/core/tests/test_paths.py:152
Function
test_get_ipython_dir_8
test_get_ipython_dir_8, test / home directory
IPython/core/tests/test_paths.py:161
Function
test_get_ipython_module_path
()
IPython/core/tests/test_paths.py:198
Function
test_get_ipython_package_dir
()
IPython/core/tests/test_paths.py:193
Function
test_get_long_path_name
()
IPython/utils/tests/test_path.py:270
Function
test_get_long_path_name_win32
()
IPython/utils/tests/test_path.py:255
Method
test_get_output_error_code
(self)
IPython/utils/tests/test_process.py:184
Function
test_get_py_filename
()
IPython/utils/tests/test_path.py:301
Function
test_get_xdg_dir_0
test_get_xdg_dir_0, check xdg_dir
IPython/utils/tests/test_path.py:187
Function
test_get_xdg_dir_1
test_get_xdg_dir_1, check nonexistent xdg_dir
IPython/utils/tests/test_path.py:202
Function
test_get_xdg_dir_2
test_get_xdg_dir_2, check xdg_dir default to ~/.config
IPython/utils/tests/test_path.py:214
Function
test_get_xdg_dir_3
test_get_xdg_dir_3, check xdg_dir not used on OS X
IPython/utils/tests/test_path.py:230
Function
test_getdoc
()
IPython/core/tests/test_oinspect.py:237
Method
test_getoutput
(self)
IPython/utils/tests/test_process.py:159
Method
test_getoutput_error
(self)
IPython/utils/tests/test_process.py:179
Method
test_getoutput_quoted
(self)
IPython/utils/tests/test_process.py:167
Method
test_getoutput_quoted2
(self)
IPython/utils/tests/test_process.py:173
Method
test_gh_597
Pretty-printing lists of objects with non-ascii reprs may cause problems.
IPython/core/tests/test_interactiveshell.py:125
Method
test_global_ns
Code in functions must be able to access variables outside them.
IPython/core/tests/test_interactiveshell.py:168
Method
test_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
Function
test_handlers
()
IPython/core/tests/test_handlers.py:44
Function
test_handlers
()
IPython/core/tests/test_ultratb.py:400
Function
test_has_comment
()
IPython/core/tests/test_inputtransformer.py:444
Method
test_has_open_quotes1
(self)
IPython/core/tests/test_completer.py:283
Method
test_has_open_quotes2
(self)
IPython/core/tests/test_completer.py:287
Method
test_has_open_quotes3
(self)
IPython/core/tests/test_completer.py:291
Method
test_has_open_quotes4
(self)
IPython/core/tests/test_completer.py:295
Function
test_help_end
()
IPython/core/tests/test_inputtransformer.py:403
Function
test_hist_file_config
()
IPython/core/tests/test_history.py:176
Function
test_hist_pof
()
IPython/core/tests/test_magic.py:278
Function
test_histmanager_disabled
Ensure that disabling the history manager doesn't create a database.
IPython/core/tests/test_history.py:192
Function
test_history
()
IPython/core/tests/test_history.py:29
Function
test_html_metadata
()
IPython/core/tests/test_display.py:340
Method
test_ignore_event_arguments_if_no_argument_required
(self)
IPython/core/tests/test_events.py:81
Method
test_ignore_sys_exit
Test the -e option to ignore sys.exit()
IPython/core/tests/test_run.py:379
Function
test_image_filename_defaults
test format constraint, and validity of jpeg and png
IPython/core/tests/test_display.py:121
Function
test_image_mimes
()
IPython/core/tests/test_display.py:36
Function
test_image_size
Simple test for display.Image(args, width=x,height=y)
IPython/core/tests/test_display.py:21
Function
test_import_PyColorize
()
IPython/utils/tests/test_imports.py:12
Function
test_import_backgroundjobs
()
IPython/lib/tests/test_imports.py:4
Function
test_import_coloransi
()
IPython/utils/tests/test_imports.py:3
Function
test_import_completer
()
IPython/core/tests/test_imports.py:3
Function
test_import_crashhandler
()
IPython/core/tests/test_imports.py:6
Function
test_import_debugger
()
IPython/core/tests/test_imports.py:9
Function
test_import_deepreload
()
IPython/lib/tests/test_imports.py:7
Function
test_import_demo
()
IPython/lib/tests/test_imports.py:10
Function
test_import_excolors
()
IPython/core/tests/test_imports.py:12
Function
test_import_generics
()
IPython/utils/tests/test_imports.py:6
Function
test_import_getipython
()
IPython/core/tests/test_imports.py:21
Function
test_import_history
()
IPython/core/tests/test_imports.py:15
Function
test_import_hooks
()
IPython/core/tests/test_imports.py:18
Function
test_import_interactiveshell
()
IPython/core/tests/test_imports.py:24
Function
test_import_invalid_module
Testing of issue https://github.com/ipython/ipython/issues/1107
IPython/core/tests/test_completerlib.py:131
Function
test_import_ipstruct
()
IPython/utils/tests/test_imports.py:9
Function
test_import_logger
()
IPython/core/tests/test_imports.py:27
Function
test_import_macro
()
IPython/core/tests/test_imports.py:30
Function
test_import_magic
()
IPython/core/tests/test_imports.py:33
Method
test_import_module_completer
(self)
IPython/core/tests/test_completer.py:1067
Function
test_import_nested
Test nested imports from the stdlib
IPython/utils/tests/test_importstring.py:29
Function
test_import_oinspect
()
IPython/core/tests/test_imports.py:36
Function
test_import_plain
Test simple imports
IPython/utils/tests/test_importstring.py:22
Function
test_import_prefilter
()
IPython/core/tests/test_imports.py:39
Function
test_import_prompts
()
IPython/core/tests/test_imports.py:42
Function
test_import_pylab
()
IPython/core/tests/test_pylabtools.py:143
Function
test_import_raises
Test that failing imports raise the right exception
IPython/utils/tests/test_importstring.py:36
Function
test_import_release
()
IPython/core/tests/test_imports.py:45
Function
test_import_strdispatch
()
IPython/utils/tests/test_imports.py:15
Function
test_import_ultratb
()
IPython/core/tests/test_imports.py:48
Function
test_import_usage
()
IPython/core/tests/test_imports.py:51
Function
test_import_wildcard
()
IPython/utils/tests/test_imports.py:18
Function
test_in_formatter
()
IPython/core/tests/test_formatters.py:189
Method
test_in_func_no_error
(self)
IPython/core/tests/test_async_helpers.py:159
Method
test_incremental
(self)
IPython/core/tests/test_inputsplitter.py:583
Method
test_incremental
(self)
IPython/core/tests/test_inputsplitter.py:606
Method
test_indent
(self)
IPython/core/tests/test_inputsplitter.py:147
Method
test_indent2
(self)
IPython/core/tests/test_inputsplitter.py:156
Method
test_indent3
(self)
IPython/core/tests/test_inputsplitter.py:166
Method
test_indent4
(self)
IPython/core/tests/test_inputsplitter.py:174
Function
test_indentation
Test correct indentation in groups
IPython/lib/tests/test_pretty.py:77
Method
test_indentationerror_shows_line
(self)
IPython/core/tests/test_ultratb.py:171
Function
test_info
Check that Inspector.info fills out various fields as expected.
IPython/core/tests/test_oinspect.py:168
Function
test_info_awkward
()
IPython/core/tests/test_oinspect.py:206
Function
test_info_serialliar
()
IPython/core/tests/test_oinspect.py:213
Function
test_init_colors
()
IPython/core/tests/test_oinspect.py:388
Method
test_inline
(self)
IPython/core/tests/test_pylabtools.py:203
Method
test_inline_twice
Using '%matplotlib inline' twice should not reset formatters
IPython/core/tests/test_pylabtools.py:217
Method
test_input_rejection
Check that NodeTransformers can reject input.
IPython/core/tests/test_interactiveshell.py:826
Method
test_inputtransformer_syntaxerror
(self)
IPython/terminal/tests/test_interactivshell.py:120
Method
test_inspect_text
(self)
IPython/core/tests/test_interactiveshell.py:481
Function
test_install_editor
()
IPython/lib/tests/test_editorhooks.py:10
Function
test_instantiation_FileLink
FileLink: Test class can be instantiated
IPython/lib/tests/test_display.py:44
← previous
next →
2,701–2,800 of 3,293, ranked by callers