Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ipython/ipython
/ remove
Method
remove
IPython/lib/pretty.py:496–500 ·
view source on GitHub ↗
(self, group)
Source
from the content-addressed store, hash-verified
494
del stack[:]
495
496
def
remove(self, group):
497
try
:
498
self.queue[group.depth].remove(group)
499
except
ValueError:
500
pass
501
502
503
def
_default_pprint(obj, p, cycle):
Callers
15
setup.py
File · 0.45
_record_commit
Method · 0.45
link_or_copy
Function · 0.45
__exit__
Method · 0.45
__exit__
Method · 0.45
test_inputtransformer_syntaxerror
Method · 0.45
_extra_config_file_changed
Method · 0.45
_ipython_dir_changed
Method · 0.45
pager_page
Function · 0.45
unregister
Method · 0.45
start
Method · 0.45
unregister_transformer
Method · 0.45
Calls
no outgoing calls
Tested by
10
test_inputtransformer_syntaxerror
Method · 0.36
test_hist_file_config
Function · 0.36
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