docs/reference: finish Value section.
This commit is contained in:
parent
cd51e02de2
commit
3d5c36a606
2 changed files with 30 additions and 12 deletions
|
|
@ -116,4 +116,4 @@ See also the introduction to :ref:`values <lang-values>` and :ref:`casting from
|
|||
.. autoclass:: Value
|
||||
:special-members: __bool__, __pos__, __neg__, __add__, __radd__, __sub__, __rsub__, __mul__, __rmul__, __mod__, __rmod__, __floordiv__, __rfloordiv__, __eq__, __ne__, __lt__, __le__, __gt__, __ge__, __abs__, __invert__, __and__, __rand__, __or__, __ror__, __xor__, __rxor__, __lshift__, __rlshift__, __rshift__, __rrshift__, __len__, __getitem__, __contains__, __hash__
|
||||
.. autoclass:: ValueCastable()
|
||||
.. autoclass:: ValueLike()
|
||||
.. autoclass:: ValueLike()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue