def test_with_docstring_2(): @cudaq.kernel def simple(n:int): ''' A docstring with triple single quote ''' qubits = cudaq.qvector(n) """ A docstring in the middle of ...