|
71 | 71 | ("py:class", "'object'"), |
72 | 72 | ("py:class", "'id'"), |
73 | 73 | ("py:class", "typing_extensions.Literal"), |
| 74 | + ("py:class", "number"), |
| 75 | + ("py:class", "pythonSoftIoc.RecordWrapper"), |
| 76 | + ("py:class", "pytac.lattice.Lattice"), |
| 77 | + ("py:exc", "pytac.FieldException"), |
| 78 | + ("py:exc", "pytac.ControlSystemException"), |
| 79 | + ("py:exc", "pytac.HandleException"), |
| 80 | + ("py:class", "at.lattice_object.Lattice"), |
| 81 | + ("py:class", "numpy._typing._array_like._Buffer"), |
| 82 | + ("py:class", "numpy._typing._array_like._SupportsArray"), |
| 83 | + ("py:class", "numpy.dtype"), |
| 84 | + ("py:class", "numpy._typing._nested_sequence._NestedSequence"), |
| 85 | + ("py:class", "at.elements.Element"), |
| 86 | + ("py:class", "numpy.typing.NDArray"), |
| 87 | + ("py:class", "at.lattice.Lattice"), |
| 88 | + ("py:class", "obj"), |
| 89 | + ("py:class", "class"), |
| 90 | + ("py:class", "at.lattice.lattice_object.Lattice"), |
| 91 | + ("py:class", "cothread.Event"), |
74 | 92 | ] |
75 | 93 |
|
76 | 94 | # Both the class’ and the __init__ method’s docstring are concatenated and |
|
0 commit comments