Home
last modified time | relevance | path

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

/external/python/cpython3/Doc/library/
Denum.rst383 variable names listed in :attr:`_ignore_`.
957 An example to show the :attr:`_ignore_` attribute in use::
962 ... _ignore_ = 'Period i'
1024 - ``_ignore_`` -- a list of names, either as a :func:`list` or a :func:`str`,
1034 .. versionadded:: 3.7 ``_ignore_``
/external/python/cpython3/Misc/NEWS.d/
D3.7.0b1.rst397 Add ``_ignore_`` to ``Enum`` so temporary variables can be used during class
/external/python/cpython3/Lib/test/
Dtest_enum.py1606 _ignore_ = 'Period i' variable in TestEnum.test_ignore.Period
/external/python/cpython3/Doc/whatsnew/
D3.7.rst902 The :class:`Enum <enum.Enum>` learned the new ``_ignore_`` class property,