MCPcopy Create free account

hub / github.com/ipython/ipython / functions

Functions3,293 in github.com/ipython/ipython

Method_
(line, cursor_pos, expect, message, completion)
IPython/core/tests/test_completer.py:476
Method__add__
s + s2 -> New Struct made from s.merge(s2). Examples -------- >>> s1 = Struct(a=10,b=30) >>> s2 = Struct(a=20,c=40)
IPython/utils/ipstruct.py:168
Method__add__
(self, other)
IPython/core/macro.py:48
Method__all__
Ensure __all__ is always defined
IPython/utils/shimmodule.py:80
Method__bool__
just raise NotImplemented
IPython/core/tests/test_oinspect.py:143
Method__call__
Token handler, with syntax highlighting.
IPython/utils/PyColorize.py:328
Method__call__
Activate the interactive interpreter. __call__(self,header='',local_ns=None,module=None,dummy=None) -> Start the interpreter shell wi
IPython/terminal/embed.py:177
Method__call__
(self, **kwargs)
IPython/core/prompts.py:13
Method__call__
Starts an interactive debugger at the point where called. This is similar to the pdb.set_trace() function from the std lib, but using
IPython/core/debugger.py:167
Method__call__
Handler for asyncio autoawait
IPython/core/async_helpers.py:22
Method__call__
(self)
IPython/core/autocall.py:56
Method__call__
(self, keep_kernel=False)
IPython/core/autocall.py:68
Method__call__
This hook can replace sys.excepthook (for Python 2.1 or higher).
IPython/core/ultratb.py:1282
Method__call__
Print out a formatted exception traceback. Optional arguments: - out: an open file-like object to direct output to. - tb
IPython/core/ultratb.py:1402
Method__call__
(self, etype, value, elist)
IPython/core/ultratb.py:1457
Method__call__
(self, rest='')
IPython/core/alias.py:165
Method__call__
Command chain is called just like normal func. This will call all funcs in chain with the same args as were given to this function,
IPython/core/hooks.py:103
Method__call__
Call the magic alias.
IPython/core/magic.py:685
Method__call__
(self, lines)
IPython/core/inputtransformer2.py:79
Method__call__
Printing with history cache management. This is invoked every time the interpreter needs to print, and is activated by setting the va
IPython/core/displayhook.py:252
Method__call__
(self, result=None)
IPython/core/displayhook.py:321
Method__call__
Return a JSON'able representation of the object. If the object cannot be formatted by this formatter, warn and return None.
IPython/core/formatters.py:255
Method__call__
Compute the format for an object.
IPython/core/formatters.py:332
Method__call__
Compute the pretty representation of the object.
IPython/core/formatters.py:690
Method__call__
Compute the format for an object.
IPython/core/formatters.py:904
Method__call__
Compute the format for an object. Identical to parent's method but we pass extra parameters to the method. Unlike other _repr_*_ `_r
IPython/core/formatters.py:950
Method__call__
(self, func)
IPython/core/magic_arguments.py:180
Method__call__
(self, func)
IPython/core/magic_arguments.py:201
Method__call__
(self, func)
IPython/core/magic_arguments.py:271
Method__call__
Handle an exception, call for compatible with sys.excepthook
IPython/core/crashhandler.py:138
Method__call__
(self, *args, **kws)
IPython/core/tests/test_handlers.py:29
Method__call__
(self)
IPython/core/tests/test_handlers.py:33
Method__call__
(self, x)
IPython/core/tests/test_prefilter.py:104
Method__call__
This is the call docstring.
IPython/core/tests/test_oinspect.py:111
Method__call__
does nothing
IPython/core/tests/test_oinspect.py:139
Method__call__
(self)
IPython/core/tests/test_hooks.py:23
Method__call__
(self)
IPython/core/tests/test_hooks.py:31
Method__call__
An alias to self.status(), This allows you to simply call a job manager instance much like the Unix `jobs` shell command.
IPython/lib/backgroundjobs.py:203
Method__call__
run a block of the demo. If index is given, it should be an integer >=1 and <= nblocks. This means that the calling convention is on
IPython/lib/demo.py:451
Method__call__
(self)
IPython/extensions/autoreload.py:355
Method__call__
Convert IPython prompts to python ones in a string.
IPython/testing/ipunittest.py:70
Method__call__
Use as a decorator: doctest a function's docstring as a unittest. This version runs normal doctests, but the idea is to make it later
IPython/testing/ipunittest.py:129
Method__contains__
map in to lookup_by_type
IPython/core/formatters.py:350
Method__del__
(self)
IPython/utils/io.py:152
Method__del__
(self)
IPython/core/tests/tclass.py:17
Method__del__
(self)
IPython/core/tests/test_magic.py:541
Method__del__
(self)
IPython/core/magics/script.py:121
Method__del__
(self)
IPython/testing/plugin/show_refs.py:9
Method__dir__
(self)
IPython/utils/shimmodule.py:76
Method__dir__
(self)
IPython/utils/tests/test_dir2.py:53
Method__dir__
(self)
IPython/utils/tests/test_io.py:70
Method__enter__
(self)
IPython/utils/contexts.py:40
Method__enter__
(self)
IPython/utils/contexts.py:73
Method__enter__
(self)
IPython/utils/syspathcontext.py:26
Method__enter__
(self)
IPython/utils/syspathcontext.py:48
Method__enter__
(self)
IPython/utils/tempdir.py:34
Method__enter__
(self)
IPython/utils/tempdir.py:50
Method__enter__
(self)
IPython/utils/_process_win32.py:57
Method__enter__
(self)
IPython/utils/capture.py:136
Method__enter__
(self)
IPython/utils/_process_win32_controller.py:172
Method__enter__
(self)
IPython/utils/_process_win32_controller.py:229
Method__enter__
(self)
IPython/utils/tests/test_path.py:174
Method__enter__
(self)
IPython/terminal/tests/test_interactivshell.py:71
Method__enter__
(self, *args, **kwargs)
IPython/core/history.py:45
Method__enter__
(self)
IPython/core/display_trap.py:48
Method__enter__
(self)
IPython/core/builtin_trap.py:39
Method__enter__
(self)
IPython/testing/tools.py:293
Method__enter__
(self)
IPython/testing/tools.py:358
Method__eq__
Equality and hash do not hash the type (as some completer may not be able to infer the type), but are use to (partially) de-duplicate
IPython/core/completer.py:389
Method__exit__
(self, *exc_info)
IPython/utils/contexts.py:55
Method__exit__
(self, type, value, traceback)
IPython/utils/contexts.py:74
Method__exit__
(self, type, value, traceback)
IPython/utils/syspathcontext.py:33
Method__exit__
(self, type, value, traceback)
IPython/utils/syspathcontext.py:55
Method__exit__
(self, type, value, traceback)
IPython/utils/tempdir.py:37
Method__exit__
(self, exc, value, tb)
IPython/utils/tempdir.py:55
Method__exit__
(self, exc_type, exc_value, traceback)
IPython/utils/_process_win32.py:69
Method__exit__
(self, exc_type, exc_value, traceback)
IPython/utils/capture.py:165
Method__exit__
(self, exc_type, exc_value, traceback)
IPython/utils/_process_win32_controller.py:184
Method__exit__
(self, exc_type, exc_value, traceback)
IPython/utils/_process_win32_controller.py:530
Method__exit__
(*args, **kwargs)
IPython/utils/tests/test_path.py:178
Method__exit__
(self, etype, value, tb)
IPython/terminal/tests/test_interactivshell.py:76
Method__exit__
(self, *args, **kwargs)
IPython/core/history.py:48
Method__exit__
(self, type, value, traceback)
IPython/core/display_trap.py:54
Method__exit__
(self, type, value, traceback)
IPython/core/builtin_trap.py:46
Method__exit__
(self, exc_type, exc_value, traceback)
IPython/testing/tools.py:296
Method__exit__
(self, etype, value, traceback)
IPython/testing/tools.py:364
Method__exit__
(self, etype, value, traceback)
IPython/testing/tools.py:391
Method__format__
(self, format_spec)
IPython/core/prompts.py:20
Method__getattr__
(self, name)
tools/gh_api.py:30
Method__getattr__
(self, key)
IPython/utils/shimmodule.py:88
Method__getattr__
Get an attr by calling :meth:`dict.__getitem__`. Like :meth:`__setattr__`, this method converts :exc:`KeyError` to :exc:`AttributeErr
IPython/utils/ipstruct.py:125
Method__getattr__
(self)
IPython/utils/tests/test_dir2.py:46
Method__getattr__
(self, name)
IPython/core/excolors.py:173
Method__getattr__
(self, key)
IPython/core/tests/test_formatters.py:330
Method__getattr__
(self, key)
IPython/core/tests/test_formatters.py:344
Method__getattr__
(self, k)
IPython/core/tests/test_prefilter.py:102
Method__getattr__
(self, name)
IPython/core/tests/test_oinspect.py:131
Method__getattr__
(self, item)
IPython/core/tests/test_oinspect.py:161
Method__getattribute__
(self, name)
IPython/utils/tests/test_wildcard.py:135
Method__getattribute__
(self,key)
IPython/testing/plugin/ipdoctest.py:78
← previousnext →1,101–1,200 of 3,293, ranked by callers