Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ipython/ipython
/ __init__
Method
__init__
IPython/lib/pretty.py:474–477 ·
view source on GitHub ↗
(self, *groups)
Source
from the content-addressed store, hash-verified
472
class
GroupQueue(object):
473
474
def
__init__(self, *groups):
475
self.queue = []
476
for
group in groups:
477
self.enq(group)
478
479
def
enq(self, group):
480
depth = group.depth
Callers
nothing calls this directly
Calls
1
enq
Method · 0.95
Tested by
no test coverage detected