Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ipython/ipython
/ Group
Class
Group
IPython/lib/pretty.py:464–469 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
462
463
464
class
Group(Printable):
465
466
def
__init__(self, depth):
467
self.depth = depth
468
self.breakables = deque()
469
self.want_break = False
470
471
472
class
GroupQueue(object):
Callers
2
__init__
Method · 0.85
begin_group
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected