MCPcopy Create free account
hub / github.com/acm-clan/algorithm-stone / pop

Method pop

animations/src/algo_queue.py:21–24  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

19 self.arrange()
20
21 def pop(self):
22 self.remove(self.submobjects[0])
23 del self.datas[0]
24 self.arrange()
25
26 def empty(self):
27 return len(self.datas) == 0

Callers

nothing calls this directly

Calls 1

removeMethod · 0.45

Tested by

no test coverage detected