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

Method empty

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

Source from the content-addressed store, hash-verified

24 self.arrange()
25
26 def empty(self):
27 return len(self.datas) == 0
28
29
30

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected