This is the complete list of members for slice, including all inherited members.
| cast() const & | object | |
| cast() && | object | |
| cast() const & | object | |
| cast() && | object | |
| cast() const & | object | inline |
| cast() && | object | inline |
| handle::cast() const | handle | |
| check() const | handle | inline |
| compute(size_t length, size_t *start, size_t *stop, size_t *step, size_t *slicelength) const | slice | inline |
| compute(ssize_t length, ssize_t *start, ssize_t *stop, ssize_t *step, ssize_t *slicelength) const | slice | inline |
| dec_ref() const & | handle | inline |
| handle()=default | handle | |
| handle(PyObject *ptr) | handle | inline |
| inc_ref() const & | handle | inline |
| is_borrowed | object | |
| m_ptr | handle | protected |
| object()=default | object | |
| object(const object &o) | object | inline |
| object(object &&other) noexcept | object | inline |
| object(handle h, borrowed_t) | object | inline |
| object(handle h, stolen_t) | object | inline |
| operator bool() const | handle | inlineexplicit |
| operator!=(const handle &h) const | handle | inline |
| operator=(const object &other) | object | inline |
| operator=(object &&other) noexcept | object | inline |
| operator==(const handle &h) const | handle | inline |
| ptr() const | handle | inline |
| ptr() | handle | inline |
| PYBIND11_DEPRECATED("Use reinterpret_borrow<object>() or reinterpret_steal<object>()") object(handle h | object | |
| release() | object | inline |
| slice(ssize_t start_, ssize_t stop_, ssize_t step_) | slice | inline |
| ~object() | object | inline |
1.8.19