Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/ipython/ipython
/ remove
Method
remove
IPython/lib/pretty.py:522–526 ·
view source on GitHub ↗
(self, group)
Source
from the content-addressed store, hash-verified
520
del stack[:]
521
522
def
remove(self, group):
523
try
:
524
self.queue[group.depth].remove(group)
525
except
ValueError:
526
pass
527
528
529
class
RawText:
Callers
15
link_or_copy
Function · 0.45
__exit__
Method · 0.45
do_unignore_module
Method · 0.45
_extra_config_file_changed
Method · 0.45
_ipython_dir_changed
Method · 0.45
unregister
Method · 0.45
unregister_transformer
Method · 0.45
unregister_checker
Method · 0.45
_parallel_changed
Method · 0.45
logstart
Method · 0.45
transform_ast
Method · 0.45
atexit_operations
Method · 0.45
Calls
no outgoing calls
Tested by
9
test_extension
Function · 0.36
test_list_profiles_in
Function · 0.36
test_bad_module_all
Function · 0.36
test_module_without_init
Function · 0.36
tearDown
Method · 0.36
tearDown
Method · 0.36
tearDown
Method · 0.36
tearDown
Method · 0.36
test_inputtransformer_syntaxerror
Method · 0.36