Home
last modified time | relevance | path

Searched refs:EllipsisType (Results 1 – 8 of 8) sorted by relevance

/third_party/python/Lib/
Dtypes.py303 EllipsisType = type(Ellipsis) variable
D_collections_abc.py13 EllipsisType = type(...) variable
/third_party/python/Doc/library/
Dconstants.rst66 ``Ellipsis`` is the sole instance of the :data:`types.EllipsisType` type.
Dtypes.rst287 .. data:: EllipsisType
/third_party/python/Lib/test/
Dtest_types.py619 self.assertIsInstance(Ellipsis, types.EllipsisType)
/third_party/python/Misc/NEWS.d/
D3.10.0a1.rst1169 :data:`types.EllipsisType`, :data:`types.NotImplementedType` and
/third_party/python/Doc/whatsnew/
D3.10.rst1414 Reintroduce the :data:`types.EllipsisType`, :data:`types.NoneType`
/third_party/python/Misc/
DHISTORY31648 - Added SliceType and EllipsisType to types.py.