MCPcopy 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
529class RawText:

Callers 15

link_or_copyFunction · 0.45
__exit__Method · 0.45
do_unignore_moduleMethod · 0.45
_ipython_dir_changedMethod · 0.45
unregisterMethod · 0.45
unregister_checkerMethod · 0.45
_parallel_changedMethod · 0.45
logstartMethod · 0.45
transform_astMethod · 0.45
atexit_operationsMethod · 0.45

Calls

no outgoing calls

Tested by 9

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