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
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
← previous
next →
1,101–1,200 of 3,293, ranked by callers