MCPcopy Create free account

hub / github.com/ipython/ipython / functions

Functions3,293 in github.com/ipython/ipython

Method__repr__
(self)
IPython/core/tests/test_interactiveshell.py:848
Method__repr__
return absolute path to file
IPython/lib/display.py:407
Method__repr__
return newline-separated absolute paths
IPython/lib/display.py:594
Method__repr__
(self)
IPython/lib/display.py:641
Method__repr__
(self)
IPython/lib/backgroundjobs.py:422
Method__repr__
(self)
IPython/lib/tests/test_pretty.py:68
Method__repr__
(self)
IPython/lib/tests/test_pretty.py:73
Method__repr__
(self)
IPython/lib/tests/test_pretty.py:172
Method__repr__
(self)
IPython/lib/tests/test_pretty.py:232
Method__repr__
(self)
IPython/lib/tests/test_pretty.py:249
Method__repr__
(self)
IPython/lib/tests/test_pretty.py:457
Method__repr__
(self)
IPython/lib/tests/test_pretty.py:464
Method__setattr__
(self, name, val)
tools/gh_api.py:36
Method__spec__
Don't produce __spec__ until requested
IPython/utils/shimmodule.py:72
Method__str__
(self)
IPython/utils/capture.py:82
Method__str__
(self)
IPython/terminal/pt_inputhooks/__init__.py:29
Method__str__
(self)
IPython/core/prompts.py:17
Method__str__
(self)
IPython/core/splitinput.py:136
Method__str__
(self)
IPython/core/async_helpers.py:30
Method__str__
(self)
IPython/core/hooks.py:119
Method__str__
(self)
IPython/core/prefilter.py:569
Method__str__
(self)
IPython/core/macro.py:38
Method__str__
(self)
IPython/core/magics/basic.py:43
Method__str__
(self)
IPython/lib/backgroundjobs.py:419
Method__str__
(self)
IPython/lib/tests/test_pretty.py:163
Method__sub__
s1 - s2 -> remove keys in s2 from s1. Examples -------- >>> s1 = Struct(a=10,b=30) >>> s2 = Struct(a=40) >>>
IPython/utils/ipstruct.py:184
Method_accumulating
(dbg)
IPython/core/inputsplitter.py:737
Method_active_types_changed
(self, change)
IPython/core/formatters.py:48
Method_active_types_default
(self)
IPython/core/formatters.py:44
Function_allow_CTRL_C_other
Take CTRL+C into account (not implemented).
IPython/lib/inputhook.py:81
Function_allow_CTRL_C_posix
Take CTRL+C into account (SIGINT).
IPython/lib/inputhook.py:73
Method_auto_magic_changed
(self, change)
IPython/core/magic.py:323
Method_autoformatter_changed
(self, change)
IPython/terminal/interactiveshell.py:176
Method_bar_cellm
(line, cell)
IPython/core/tests/test_completer.py:648
Method_check_data
(self)
IPython/core/display.py:691
Method_check_data
(self)
IPython/core/display.py:889
Method_check_return
Check that a return value is appropriate Return the value if so, None otherwise, warning if invalid.
IPython/core/formatters.py:824
Method_check_return
(self, r, obj)
IPython/core/formatters.py:940
Method_classes_default
This has to be in a method, for TerminalIPythonApp to be available.
IPython/terminal/ipapp.py:196
Method_clean_glob
(self, text)
IPython/core/completer.py:1153
Method_clean_glob_win32
(self,text)
IPython/core/completer.py:1156
Method_clear_warning_registry
(self)
IPython/core/interactiveshell.py:1076
Method_cmdloop
(self)
IPython/core/debugger.py:793
Method_config_default
(self)
IPython/lib/latextools.py:24
Method_config_file_name_changed
(self, change)
IPython/core/application.py:124
Method_config_file_name_default
(self)
IPython/core/application.py:121
Method_config_file_paths_default
(self)
IPython/core/application.py:135
Method_config_files_default
(self)
IPython/core/application.py:202
Method_copy_config_files_default
(self)
IPython/core/profileapp.py:215
Function_counter_pprint
(obj, p, cycle)
IPython/lib/pretty.py:847
Function_curio_runner
handler for curio autoawait
IPython/core/async_helpers.py:36
Method_data_and_metadata
shortcut for returning metadata with shape information, if defined
IPython/core/display.py:645
Method_data_and_metadata
shortcut for returning metadata with url information, if defined
IPython/lib/display.py:202
Method_db_changed
validate the db, since it can be an Instance of two different types
IPython/core/history.py:189
Method_default_formatter
(self)
IPython/core/formatters.py:57
Method_default_loop_runner
(self)
IPython/core/interactiveshell.py:387
Method_default_mime_formatter
(self)
IPython/core/formatters.py:62
Function_defaultdict_pprint
(obj, p, cycle)
IPython/lib/pretty.py:819
Method_deferred_printers_default
(self)
IPython/core/formatters.py:684
Function_define_event
(callback_function)
IPython/core/events.py:96
Function_deprecated_disable
()
IPython/lib/inputhook.py:660
Function_deque_pprint
(obj, p, cycle)
IPython/lib/pretty.py:838
Method_dir_hist_default
(self)
IPython/core/history.py:487
Method_displayhook_class_default
(self)
IPython/terminal/interactiveshell.py:222
Method_editing_mode
(self, change)
IPython/terminal/interactiveshell.py:170
Method_enable_html_pager_changed
(self, change)
IPython/core/interactiveshell.py:465
Function_exception_pprint
Base pprint for all exceptions.
IPython/lib/pretty.py:722
Method_exiter_default
(self)
IPython/core/interactiveshell.py:474
Method_extra_config_file_changed
(self, change)
IPython/core/application.py:144
Method_file_to_run_changed
(self, change)
IPython/terminal/ipapp.py:279
Method_fill_text
(self, text, width, indent)
IPython/core/magic_arguments.py:69
Method_find
Find tests for the given object and any contained objects, and add them to `tests`.
IPython/testing/plugin/ipdoctest.py:120
Function_find_cmd
Find the full path to a command using which.
IPython/utils/_process_posix.py:34
Function_find_cmd
Find the full path to a command using which.
IPython/utils/_process_cli.py:25
Function_find_cmd
Find the full path to a .bat or .exe using the win32api module.
IPython/utils/_process_win32.py:74
Method_float_precision_changed
float_precision changed, set float_format accordingly. float_precision can be set by int or str. This will set float_format, after in
IPython/core/formatters.py:626
Method_flush
yield transformed lines always strings, never None transform: the current transform outs
IPython/core/inputsplitter.py:619
Method_foo_cellm
(line, cell)
IPython/core/tests/test_completer.py:633
Method_force_interact_changed
(self, change)
IPython/terminal/ipapp.py:274
Method_format_action_invocation
(self, action)
IPython/core/magic_arguments.py:73
Method_format_lineno
Helper function to format line numbers properly.
IPython/core/magics/history.py:140
Method_format_path
(self)
IPython/lib/display.py:583
Method_formatters_default
Activate the default formatters.
IPython/core/formatters.py:69
Function_function_pprint
Base pprint for all functions and builtin functions.
IPython/lib/pretty.py:709
Method_get_call_pdb
(self)
IPython/core/interactiveshell.py:1156
Method_get_hist_file_name
Get default history file name based on the Shell's profile. The profile parameter is ignored, but must exist for compatibility with
IPython/core/history.py:553
Method_get_mode
(self)
IPython/core/logger.py:59
Method_get_ostream
Output stream that exceptions are written to. Valid values are: - None: the default, which means that IPython will dynamically resol
IPython/core/ultratb.py:511
Method_greedy_changed
update the splitter and readline delims when greedy is changed
IPython/core/completer.py:999
Method_highlighting_style_changed
(self, change)
IPython/terminal/interactiveshell.py:187
Function_ignore_CTRL_C_other
Ignore CTRL+C (not implemented).
IPython/lib/inputhook.py:77
Function_ignore_CTRL_C_posix
Ignore CTRL+C (SIGINT).
IPython/lib/inputhook.py:69
Method_import_runner
(self, proposal)
IPython/core/interactiveshell.py:391
Method_indent_current_str
return the current level of indentation as a string
IPython/core/interactiveshell.py:2129
Function_input_callback
Callback to fire when there's input to be read
IPython/terminal/pt_inputhooks/osx.py:103
Method_ipython_dir_changed
(self, change)
IPython/core/interactiveshell.py:713
Method_ipython_dir_default
(self)
IPython/core/application.py:173
Method_ipython_display_
(self)
IPython/terminal/tests/test_interactivshell.py:157
Method_ipython_display_
(self)
IPython/core/display.py:993
Method_ipython_display_
(self)
IPython/core/tests/test_formatters.py:397
← previousnext →1,401–1,500 of 3,293, ranked by callers