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

Class Group

IPython/lib/pretty.py:490–495  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

488
489
490class Group(Printable):
491
492 def __init__(self, depth):
493 self.depth = depth
494 self.breakables = deque()
495 self.want_break = False
496
497
498class GroupQueue:

Callers 2

__init__Method · 0.85
begin_groupMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…