MCPcopy
hub / github.com/HuberTRoy/leetCode / pop

Method pop

Stack/GetMinStack.py:41–42  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

39 self.stored.append(value)
40
41 def pop(self):
42 return self.stored.pop()
43
44 def get_top(self):
45 """

Callers 15

maxALEminBFunction · 0.45
findAnagramsMethod · 0.45
robMethod · 0.45
isSymmetricMethod · 0.45
insertMethod · 0.45
makeTreeMethod · 0.45
serializeMethod · 0.45
deserializeMethod · 0.45
_deserializeMethod · 0.45
prevPrintMethod · 0.45
findBottomLeftValueMethod · 0.45
popMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected