/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/ |
D | __future__.py | 81 class _Feature: class 109 nested_scopes = _Feature((2, 1, 0, "beta", 1), 113 generators = _Feature((2, 2, 0, "alpha", 1), 117 division = _Feature((2, 2, 0, "alpha", 2), 121 absolute_import = _Feature((2, 5, 0, "alpha", 1), 125 with_statement = _Feature((2, 5, 0, "alpha", 1), 129 print_function = _Feature((2, 6, 0, "alpha", 2), 133 unicode_literals = _Feature((2, 6, 0, "alpha", 2), 137 barry_as_FLUFL = _Feature((3, 1, 0, "alpha", 2), 141 generator_stop = _Feature((3, 5, 0, "beta", 1), [all …]
|
D | pydoc.py | 292 if isinstance(getattr(obj, name, None), __future__._Feature):
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/ |
D | __future__.py | 81 class _Feature: class 109 nested_scopes = _Feature((2, 1, 0, "beta", 1), 113 generators = _Feature((2, 2, 0, "alpha", 1), 117 division = _Feature((2, 2, 0, "alpha", 2), 121 absolute_import = _Feature((2, 5, 0, "alpha", 1), 125 with_statement = _Feature((2, 5, 0, "alpha", 1), 129 print_function = _Feature((2, 6, 0, "alpha", 2), 133 unicode_literals = _Feature((2, 6, 0, "alpha", 2), 137 barry_as_FLUFL = _Feature((3, 1, 0, "alpha", 2), 141 generator_stop = _Feature((3, 5, 0, "beta", 1), [all …]
|
D | pydoc.py | 292 if isinstance(getattr(obj, name, None), __future__._Feature):
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/ |
D | __future__.py | 81 class _Feature: class 109 nested_scopes = _Feature((2, 1, 0, "beta", 1), 113 generators = _Feature((2, 2, 0, "alpha", 1), 117 division = _Feature((2, 2, 0, "alpha", 2), 121 absolute_import = _Feature((2, 5, 0, "alpha", 1), 125 with_statement = _Feature((2, 5, 0, "alpha", 1), 129 print_function = _Feature((2, 6, 0, "alpha", 2), 133 unicode_literals = _Feature((2, 6, 0, "alpha", 2), 137 barry_as_FLUFL = _Feature((3, 1, 0, "alpha", 2), 141 generator_stop = _Feature((3, 5, 0, "beta", 1), [all …]
|
D | pydoc.py | 292 if isinstance(getattr(obj, name, None), __future__._Feature):
|
/aosp_15_r20/external/python/cpython3/Lib/ |
D | __future__.py | 81 class _Feature: class 109 nested_scopes = _Feature((2, 1, 0, "beta", 1), 113 generators = _Feature((2, 2, 0, "alpha", 1), 117 division = _Feature((2, 2, 0, "alpha", 2), 121 absolute_import = _Feature((2, 5, 0, "alpha", 1), 125 with_statement = _Feature((2, 5, 0, "alpha", 1), 129 print_function = _Feature((2, 6, 0, "alpha", 2), 133 unicode_literals = _Feature((2, 6, 0, "alpha", 2), 137 barry_as_FLUFL = _Feature((3, 1, 0, "alpha", 2), 141 generator_stop = _Feature((3, 5, 0, "beta", 1), [all …]
|
D | pydoc.py | 292 if isinstance(getattr(obj, name, None), __future__._Feature):
|
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/ |
H A D | __future__.py | 81 class _Feature: class 109 nested_scopes = _Feature((2, 1, 0, "beta", 1), 113 generators = _Feature((2, 2, 0, "alpha", 1), 117 division = _Feature((2, 2, 0, "alpha", 2), 121 absolute_import = _Feature((2, 5, 0, "alpha", 1), 125 with_statement = _Feature((2, 5, 0, "alpha", 1), 129 print_function = _Feature((2, 6, 0, "alpha", 2), 133 unicode_literals = _Feature((2, 6, 0, "alpha", 2), 137 barry_as_FLUFL = _Feature((3, 1, 0, "alpha", 2), 141 generator_stop = _Feature((3, 5, 0, "beta", 1), [all …]
|
H A D | pydoc.py | 292 if isinstance(getattr(obj, name, None), __future__._Feature):
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/ |
D | __future__.py | 81 class _Feature: class 109 nested_scopes = _Feature((2, 1, 0, "beta", 1), 113 generators = _Feature((2, 2, 0, "alpha", 1), 117 division = _Feature((2, 2, 0, "alpha", 2), 121 absolute_import = _Feature((2, 5, 0, "alpha", 1), 125 with_statement = _Feature((2, 5, 0, "alpha", 1), 129 print_function = _Feature((2, 6, 0, "alpha", 2), 133 unicode_literals = _Feature((2, 6, 0, "alpha", 2), 137 barry_as_FLUFL = _Feature((3, 1, 0, "alpha", 2), 141 generator_stop = _Feature((3, 5, 0, "beta", 1), [all …]
|
D | pydoc.py | 292 if isinstance(getattr(obj, name, None), __future__._Feature):
|
/aosp_15_r20/external/python/cpython2/Lib/ |
D | __future__.py | 74 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),
|
/aosp_15_r20/external/python/cpython2/Doc/library/ |
D | __future__.rst | 27 FeatureName = _Feature(OptionalRelease, MandatoryRelease, 54 Instances of class :class:`_Feature` have two corresponding methods, 60 attribute on :class:`_Feature` instances.
|
D | functions.rst | 236 can be found as the :attr:`~__future__._Feature.compiler_flag` attribute on 237 the :class:`~__future__._Feature` instance in the :mod:`__future__` module.
|
/aosp_15_r20/external/python/cpython3/Doc/library/ |
D | __future__.rst | 27 FeatureName = _Feature(OptionalRelease, MandatoryRelease, 54 Instances of class :class:`_Feature` have two corresponding methods, 60 attribute on :class:`_Feature` instances.
|
D | functions.rst | 324 :attr:`~__future__._Feature.compiler_flag` attribute on the 325 :class:`~__future__._Feature` instance in the :mod:`__future__` module.
|
/aosp_15_r20/external/python/cpython3/Lib/test/ |
D | test___future__.py | 15 if obj is not None and isinstance(obj, __future__._Feature):
|
/aosp_15_r20/external/python/cpython2/Lib/test/ |
D | test___future__.py | 16 if obj is not None and isinstance(obj, __future__._Feature):
|
/aosp_15_r20/external/python/cpython2/Doc/ |
D | glossary.rst | 284 _Feature((2, 2, 0, 'alpha', 2), (3, 0, 0, 'alpha', 0), 8192)
|
/aosp_15_r20/external/pytorch/torch/ |
H A D | overrides.py | 1847 if isinstance(func, __future__._Feature):
|
/aosp_15_r20/external/python/cpython3/Doc/ |
D | glossary.rst | 481 _Feature((2, 2, 0, 'alpha', 2), (3, 0, 0, 'alpha', 0), 8192)
|
/aosp_15_r20/prebuilts/devtools/tools/lib/ |
HD | jython-standalone-2.5.3.jar | META-INF/MANIFEST.MF
META-INF/LICENSE
META-INF/NOTICE
META- ... |