Searched refs:_Feature (Results 1 – 2 of 2) sorted by relevance
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/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),
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
D | test___future__.py | 17 if obj is not None and isinstance(obj, __future__._Feature):
|