MCPcopy Create free account
hub / github.com/NVIDIA/cuda-quantum / popForBodyStack

Method popForBodyStack

python/cudaq/kernel/ast_bridge.py:780–782  ·  view source on GitHub ↗

Indicate that we have left a for loop body block.

(self)

Source from the content-addressed store, hash-verified

778 self.inForBodyStack.append(bodyBlockArgs)
779
780 def popForBodyStack(self):
781 """Indicate that we have left a for loop body block."""
782 self.inForBodyStack.pop()
783
784 def pushIfStmtBlockStack(self):
785 """Indicate that we are entering an if statement then or else block."""

Callers 1

createForLoopMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected