MCPcopy Index your code
hub / github.com/cpplint/cpplint / _Pop

Method _Pop

cpplint.py:3400–3402  ·  view source on GitHub ↗

Pop the innermost state (top of the stack) and remember the popped item.

(self)

Source from the content-addressed store, hash-verified

3398 pass
3399
3400 def _Pop(self):
3401 """Pop the innermost state (top of the stack) and remember the popped item."""
3402 self.popped_top = self.stack.pop()
3403
3404 def _CountOpenParentheses(self, line: str):
3405 # Count parentheses. This is to avoid adding struct arguments to

Callers 1

UpdateMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected