MCPcopy Create free account
hub / github.com/ActiveState/code / pop

Method pop

recipes/Python/68445_Interfaces/recipe-68445.py:57–58  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

55 def append(self,d):
56 self.data.append(d)
57 def pop(self):
58 return self.data.pop()
59
60#
61# Utilities functions for ensuring that classes well

Callers 4

printListFunction · 0.45
printUniqueCombinationsFunction · 0.45
printCombinationsFunction · 0.45
roundRobinFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected