MCPcopy Create free account

hub / github.com/ipython/ipython / functions

Functions3,293 in github.com/ipython/ipython

Method__getitem__
(cls, item)
IPython/core/tests/test_completer.py:122
Method__getitem__
(self, idx)
IPython/core/tests/test_handlers.py:28
Method__getitem__
(self, job_key)
IPython/lib/backgroundjobs.py:199
Method__getstate__
needed for safe pickling via %store
IPython/core/macro.py:44
Method__hash__
(self)
IPython/core/completer.py:403
Method__html__
This method exists to inform other HTML-using modules (e.g. Markupsafe, htmltag, etc) that this object is HTML and does not need thin
IPython/core/display.py:723
Method__iadd__
s += s2 is a shorthand for s.merge(s2). Examples -------- >>> s = Struct(a=10,b=30) >>> s2 = Struct(a=20,c=40)
IPython/utils/ipstruct.py:153
Method__init__
(self, dictionary, *keys)
IPython/utils/contexts.py:36
Method__init__
(self)
IPython/utils/contexts.py:69
Method__init__
(self, stream, fallback=None)
IPython/utils/io.py:24
Method__init__
Construct a new Tee object. Parameters ---------- file_or_name : filename or open filehandle (writable) File that w
IPython/utils/io.py:109
Method__init__
(self, src, mirror)
IPython/utils/shimmodule.py:22
Method__init__
(self, *args, **kwargs)
IPython/utils/shimmodule.py:55
Method__init__
(self, dir)
IPython/utils/syspathcontext.py:23
Method__init__
(self, dir)
IPython/utils/syspathcontext.py:45
Method__init__
Arguments are used for pexpect calls.
IPython/utils/_process_posix.py:70
Method__init__
Create a parser with a specified color table and output channel. Call format() to process code.
IPython/utils/PyColorize.py:180
Method__init__
Initialize with a dictionary, another Struct, or data. Parameters ---------- args : dict, Struct Initialize with
IPython/utils/ipstruct.py:41
Method__init__
Open a file named `filename` in a temporary directory. This context manager is preferred over `NamedTemporaryFile` in stdlib
IPython/utils/tempdir.py:13
Method__init__
(self, name, module, docstring=None)
IPython/utils/sentinel.py:8
Method__init__
(self)
IPython/utils/strdispatch.py:24
Method__init__
(self, data=None, metadata=None, transient=None, update=False)
IPython/utils/capture.py:17
Method__init__
(self, stdout, stderr, outputs=None)
IPython/utils/capture.py:75
Method__init__
(self, stdout=True, stderr=True, display=True)
IPython/utils/capture.py:130
Method__init__
Initializes the shell command controller. The cmd is the program to execute, and mergeout is whether to blend stdout and stderr into
IPython/utils/_process_win32_controller.py:217
Method__init__
(self,__scheme_name_,colordict=None,**colormap)
IPython/utils/coloransi.py:113
Method__init__
Create a table of color schemes. The table can be created empty and manually filled or it can be created with a list of valid color s
IPython/utils/coloransi.py:135
Method__init__
(self)
IPython/utils/tests/test_wildcard.py:132
Method__init__
(self, shell)
IPython/terminal/prompts.py:14
Method__init__
(self, *args, pt_session_options=None, **kwargs)
IPython/terminal/debugger.py:29
Method__init__
(self, app)
IPython/terminal/ipapp.py:66
Method__init__
(self, *args, **kwargs)
IPython/terminal/interactiveshell.py:524
Method__init__
(self, ipy_completer=None, shell=None)
IPython/terminal/ptutils.py:86
Method__init__
(self)
IPython/terminal/ptutils.py:166
Method__init__
(self, **kw)
IPython/terminal/embed.py:148
Method__init__
(self, shell)
IPython/terminal/magics.py:40
Method__init__
(self, func)
IPython/terminal/pt_inputhooks/wx.py:52
Method__init__
(self, name)
IPython/terminal/pt_inputhooks/__init__.py:26
Method__init__
(self, testgen)
IPython/terminal/tests/test_interactivshell.py:66
Method__init__
(self, func, *args, **kwargs)
IPython/core/prompts.py:8
Method__init__
DEPRECATED Create a local debugger instance. Parameters ---------- colors : str, optional The
IPython/core/debugger.py:103
Method__init__
Create a new IPython debugger. :param color_scheme: Deprecated, do not use. :param completekey: Passed to pdb.Pdb. :p
IPython/core/debugger.py:203
Method__init__
(self, s, start, end, line)
IPython/core/inputsplitter.py:106
Method__init__
(self, pos, line)
IPython/core/inputsplitter.py:114
Method__init__
(self, line_input_checker=True, physical_line_transforms=None, logical_line_transforms=Non
IPython/core/inputsplitter.py:552
Method__init__
(self, **kwargs)
IPython/core/application.py:221
Method__init__
(self, line, continue_prompt=False)
IPython/core/splitinput.py:110
Method__init__
(self)
IPython/core/async_helpers.py:101
Method__init__
Initialise the :class:`CallbackManager`. Parameters ---------- shell The :class:`~IPython.core.interactives
IPython/core/events.py:29
Method__init__
(self, ip=None)
IPython/core/autocall.py:39
Method__init__
(self)
IPython/core/compilerop.py:73
Method__init__
(self, color_scheme='NoColor', call_pdb=False, ostream=None, parent=None, config=None)
IPython/core/ultratb.py:485
Method__init__
Specify traceback offset, headers and color scheme. Define how many frames to drop from the tracebacks. Calling it with tb_offset=1 a
IPython/core/ultratb.py:857
Method__init__
(self, mode='Plain', color_scheme='Linux', call_pdb=False, ostream=None, tb_
IPython/core/ultratb.py:1307
Method__init__
(self, color_scheme='Linux', call_pdb=0, **kwargs)
IPython/core/ultratb.py:1445
Method__init__
(self, color_scheme='NoColor', parent=None, config=None)
IPython/core/ultratb.py:1453
Method__init__
(self, shell=None, **kwargs)
IPython/core/alias.py:198
Method__init__
Create a new history accessor. Parameters ---------- profile : str The name of the profile from which to op
IPython/core/history.py:200
Method__init__
(self, history_manager)
IPython/core/history.py:815
Method__init__
(self, shell=None, **kwargs)
IPython/core/extensions.py:51
Method__init__
(self,commands=None)
IPython/core/hooks.py:96
Method__init__
(self, shell=None, config=None, user_magics=None, **traits)
IPython/core/magic.py:332
Method__init__
(self, shell, magic_name, magic_kind, magic_params=None)
IPython/core/magic.py:674
Method__init__
(self, shell=None, prefilter_manager=None, **kwargs)
IPython/core/prefilter.py:354
Method__init__
(self, shell=None, prefilter_manager=None, **kwargs)
IPython/core/prefilter.py:382
Method__init__
(self, shell=None, prefilter_manager=None, **kwargs)
IPython/core/prefilter.py:539
Method__init__
(self, wrapped_obj)
IPython/core/excolors.py:170
Method__init__
(self, home_dir, logfname='Logger.log', loghead=u'', logmode='over')
IPython/core/logger.py:29
Method__init__
(self, hook=None)
IPython/core/display_trap.py:41
Method__init__
(self, info)
IPython/core/interactiveshell.py:319
Method__init__
(self, ipython_dir=None, profile_dir=None, user_module=None, user_ns=None, c
IPython/core/interactiveshell.py:624
Method__init__
(self, prompt_re, initial_re=None)
IPython/core/inputtransformer2.py:72
Method__init__
(self, start)
IPython/core/inputtransformer2.py:187
Method__init__
(self, start, q_locn)
IPython/core/inputtransformer2.py:424
Method__init__
(self)
IPython/core/inputtransformer2.py:527
Method__init__
(self, shell=None, cache_size=1000, **kwargs)
IPython/core/displayhook.py:36
Method__init__
(self, shell, outputs=None)
IPython/core/displayhook.py:315
Method__init__
(self, prog=None, usage=None, description=None,
IPython/core/magic_arguments.py:108
Method__init__
(self, name=None)
IPython/core/magic_arguments.py:198
Method__init__
(self, *args, **kwds)
IPython/core/magic_arguments.py:224
Method__init__
(self, name)
IPython/core/completer.py:334
Method__init__
(self, start: int, end: int, text: str, *, type: str=None, _origin='', signature='')
IPython/core/completer.py:372
Method__init__
(self, delims=None)
IPython/core/completer.py:542
Method__init__
IPCompleter() -> completer Return a completer object. Parameters ---------- shell a pointer to the ipyt
IPython/core/completer.py:1049
Method__init__
(self, color_table=InspectColors, code_color_table=PyColorize.ANSICodeColors,
IPython/core/oinspect.py:356
Method__init__
(self, display_id=None)
IPython/core/display.py:361
Method__init__
Create a display object given raw data. When this object is returned by an expression or passed to the display function, it will resu
IPython/core/display.py:584
Method__init__
Creates a new progressbar Parameters ---------- total : int maximum size of the progressbar
IPython/core/display.py:795
Method__init__
Create a JSON display object given raw data. Parameters ---------- data : dict or list JSON data to display. Not
IPython/core/display.py:859
Method__init__
Create a GeoJSON display object given raw data. Parameters ---------- data : dict or list VegaLite data. Not an a
IPython/core/display.py:941
Method__init__
Create a Javascript display object given raw data. When this object is returned by an expression or passed to the display function, i
IPython/core/display.py:1005
Method__init__
Create a PNG/JPEG/GIF image object given raw data. When this object is returned by an input cell or passed to the display function, i
IPython/core/display.py:1108
Method__init__
Create a video object given raw data or an URL. When this object is returned by an input cell or passed to the display function, it w
IPython/core/display.py:1331
Method__init__
(self, shell=None)
IPython/core/builtin_trap.py:25
Method__init__
(self, func)
IPython/core/inputtransformer.py:79
Method__init__
(self, coro, **kwargs)
IPython/core/inputtransformer.py:96
Method__init__
(self)
IPython/core/inputtransformer.py:168
Method__init__
store the macro value, as a single string which can be executed
IPython/core/macro.py:23
Method__init__
Create a new crash handler Parameters ---------- app : Application A running :class:`Application` instance, whic
IPython/core/crashhandler.py:97
Method__init__
(self, shell=None, *args, **kwargs)
IPython/core/displaypub.py:39
← previousnext →1,201–1,300 of 3,293, ranked by callers