1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
# This file is automatically generated by pyo3_stub_gen
# ruff: noqa: E501, F401, F403, F405
r"""
The `quil` package provides tools for constructing, manipulating,
parsing, and printing [Quil](https://github.com/quil-lang/quil) programs.
⚠️ This package is still in early development
and breaking changes should be expected between minor versions.
"""
=
r"""
Errors when trying to pickle or deepcopy.
"""
...
r"""
Base exception type for errors raised by this package.
"""
...
r"""
Errors which can occur when converting a Quil item to a string.
"""
...
r"""
Raised when an argument to a quil function has an inappropriate value.
"""
...