MCPcopy 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
503def _default_pprint(obj, p, cycle):

Callers 15

setup.pyFile · 0.45
_record_commitMethod · 0.45
link_or_copyFunction · 0.45
__exit__Method · 0.45
__exit__Method · 0.45
_ipython_dir_changedMethod · 0.45
pager_pageFunction · 0.45
unregisterMethod · 0.45
startMethod · 0.45

Calls

no outgoing calls

Tested by 10

test_hist_file_configFunction · 0.36
test_extensionFunction · 0.36
test_list_profiles_inFunction · 0.36
test_bad_module_allFunction · 0.36
test_module_without_initFunction · 0.36
tearDownMethod · 0.36
tearDownMethod · 0.36
tearDownMethod · 0.36
tearDownMethod · 0.36