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

Function isa_dynamic_kernel

python/cudaq/kernel/kernel_builder.py:1931–1935  ·  view source on GitHub ↗

Return True if and only if object is an instance of PyKernel.

(object)

Source from the content-addressed store, hash-verified

1929
1930
1931def isa_dynamic_kernel(object):
1932 """
1933 Return True if and only if object is an instance of PyKernel.
1934 """
1935 return isinstance(object, PyKernel)

Callers 5

translateFunction · 0.90
observeFunction · 0.90
observe_asyncFunction · 0.90
observe_parallelFunction · 0.90
visit_NameMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected