Home
last modified time | relevance | path

Searched refs:ExtSlice (Results 1 – 4 of 4) sorted by relevance

/third_party/python/Doc/whatsnew/
D3.9.rst894 * :mod:`ast` classes ``slice``, ``Index`` and ``ExtSlice`` are considered deprecated
897 used instead of ``ExtSlice(slices)``.
1077 ``Index(value)`` will return a ``value`` itself, ``ExtSlice(slices)``
/third_party/python/Lib/
Dast.py600 class ExtSlice(slice): class
/third_party/python/Doc/library/
Dast.rst137 Old classes :class:`ast.Index` and :class:`ast.ExtSlice` are still
/third_party/python/Misc/
DNEWS2672 :mod:`ast` classes ``Index`` and ``ExtSlice`` are considered deprecated
2674 ``Index(value)`` now returns a ``value`` itself, ``ExtSlice(slices)``