MCPcopy Index your code
hub / github.com/ipython/ipython / __init__

Method __init__

IPython/lib/pretty.py:500–503  ·  view source on GitHub ↗
(self, *groups)

Source from the content-addressed store, hash-verified

498class GroupQueue:
499
500 def __init__(self, *groups):
501 self.queue = []
502 for group in groups:
503 self.enq(group)
504
505 def enq(self, group):
506 depth = group.depth

Callers

nothing calls this directly

Calls 1

enqMethod · 0.95

Tested by

no test coverage detected