Home
last modified time | relevance | path

Searched refs:_Feature (Results 1 – 10 of 10) sorted by relevance

/external/python/cpython3/Lib/
D__future__.py78 class _Feature: class
106 nested_scopes = _Feature((2, 1, 0, "beta", 1),
110 generators = _Feature((2, 2, 0, "alpha", 1),
114 division = _Feature((2, 2, 0, "alpha", 2),
118 absolute_import = _Feature((2, 5, 0, "alpha", 1),
122 with_statement = _Feature((2, 5, 0, "alpha", 1),
126 print_function = _Feature((2, 6, 0, "alpha", 2),
130 unicode_literals = _Feature((2, 6, 0, "alpha", 2),
134 barry_as_FLUFL = _Feature((3, 1, 0, "alpha", 2),
138 generator_stop = _Feature((3, 5, 0, "beta", 1),
/external/python/cpython2/Lib/
D__future__.py74 class _Feature: class
102 nested_scopes = _Feature((2, 1, 0, "beta", 1),
106 generators = _Feature((2, 2, 0, "alpha", 1),
110 division = _Feature((2, 2, 0, "alpha", 2),
114 absolute_import = _Feature((2, 5, 0, "alpha", 1),
118 with_statement = _Feature((2, 5, 0, "alpha", 1),
122 print_function = _Feature((2, 6, 0, "alpha", 2),
126 unicode_literals = _Feature((2, 6, 0, "alpha", 2),
/external/python/cpython2/Doc/library/
D__future__.rst27 FeatureName = _Feature(OptionalRelease, MandatoryRelease,
54 Instances of class :class:`_Feature` have two corresponding methods,
60 attribute on :class:`_Feature` instances.
Dfunctions.rst235 can be found as the :attr:`~__future__._Feature.compiler_flag` attribute on
236 the :class:`~__future__._Feature` instance in the :mod:`__future__` module.
/external/python/cpython3/Doc/library/
D__future__.rst27 FeatureName = _Feature(OptionalRelease, MandatoryRelease,
54 Instances of class :class:`_Feature` have two corresponding methods,
60 attribute on :class:`_Feature` instances.
Dfunctions.rst223 can be found as the :attr:`~__future__._Feature.compiler_flag` attribute on
224 the :class:`~__future__._Feature` instance in the :mod:`__future__` module.
/external/python/cpython3/Lib/test/
Dtest___future__.py15 if obj is not None and isinstance(obj, __future__._Feature):
/external/python/cpython2/Lib/test/
Dtest___future__.py16 if obj is not None and isinstance(obj, __future__._Feature):
/external/python/cpython2/Doc/
Dglossary.rst283 _Feature((2, 2, 0, 'alpha', 2), (3, 0, 0, 'alpha', 0), 8192)
/external/python/cpython3/Doc/
Dglossary.rst380 _Feature((2, 2, 0, 'alpha', 2), (3, 0, 0, 'alpha', 0), 8192)