Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIA/cuda-quantum
/ beginBlock
Method
beginBlock
python/cudaq/kernel/ast_bridge.py:163–164 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
161
self._scope = self._scope.parent
162
163
def
beginBlock(self):
164
self._scope.beginBlock()
165
166
def
endBlock(self):
167
self._scope.endBlock()
Callers
8
__createFunctionWithinKernel
Method · 0.45
createForLoop
Method · 0.45
visit_FunctionDef
Method · 0.45
bodyBuilder
Method · 0.45
filteredBodyBuilder
Method · 0.45
blockBuilder
Method · 0.45
process_boolean_op
Method · 0.45
visit_If
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected