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

Method enq

IPython/lib/pretty.py:505–509  ·  view source on GitHub ↗
(self, group)

Source from the content-addressed store, hash-verified

503 self.enq(group)
504
505 def enq(self, group):
506 depth = group.depth
507 while depth > len(self.queue) - 1:
508 self.queue.append([])
509 self.queue[depth].append(group)
510
511 def deq(self):
512 for stack in self.queue:

Callers 2

__init__Method · 0.95
begin_groupMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected