Home
last modified time | relevance | path

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

/third_party/python/Doc/library/
Denum.rst394 variable names listed in :attr:`_ignore_`.
1026 An example to show the :attr:`_ignore_` attribute in use::
1031 ... _ignore_ = 'Period i'
1093 - ``_ignore_`` -- a list of names, either as a :class:`list` or a :class:`str`,
1103 .. versionadded:: 3.7 ``_ignore_``
/third_party/python/Misc/NEWS.d/
D3.7.0b1.rst396 Add ``_ignore_`` to ``Enum`` so temporary variables can be used during class
/third_party/python/Lib/test/
Dtest_enum.py1773 _ignore_ = 'Period i' variable in TestEnum.test_ignore.Period
/third_party/python/Doc/whatsnew/
D3.7.rst908 The :class:`Enum <enum.Enum>` learned the new ``_ignore_`` class property,