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

Method pop

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

Source from the content-addressed store, hash-verified

73 self.minStack.push(value)
74
75 def pop(self):
76 super().pop()
77 self.minStack.pop()
78
79 def get_min(self):
80 """

Callers

nothing calls this directly

Calls 1

popMethod · 0.45

Tested by

no test coverage detected