Searched defs:_Feature (Results 1 - 2 of 2) sorted by relevance

/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
H A D__future__.py5 FeatureName = "_Feature(" OptionalRelease "," MandatoryRelease ","
38 Instances of class _Feature have two corresponding methods,
74 class _Feature: class in inherits:
98 return "_Feature" + repr((self.optional,
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), namespace
118 with_statement = _Feature((2, 5, 0, "alpha", 1),
122 print_function = _Feature((
[all...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
H A D__future__.py5 FeatureName = "_Feature(" OptionalRelease "," MandatoryRelease ","
38 Instances of class _Feature have two corresponding methods,
74 class _Feature: class in inherits:
98 return "_Feature" + repr((self.optional,
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), namespace
118 with_statement = _Feature((2, 5, 0, "alpha", 1),
122 print_function = _Feature((
[all...]

Completed in 175 milliseconds