MCPcopy 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
464class Group(Printable):
465
466 def __init__(self, depth):
467 self.depth = depth
468 self.breakables = deque()
469 self.want_break = False
470
471
472class GroupQueue(object):

Callers 2

__init__Method · 0.85
begin_groupMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected