HomeSort by relevance Sort by last modified time
    Searched refs:_Feature (Results 1 - 8 of 8) sorted by null

  /prebuilts/gdb/darwin-x86/lib/python2.7/
__future__.py 5 FeatureName = "_Feature(" OptionalRelease "," MandatoryRelease ","
38 Instances of class _Feature have two corresponding methods,
74 class _Feature:
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),
118 with_statement = _Feature((2, 5, 0, "alpha", 1),
122 print_function = _Feature((2, 6, 0, "alpha", 2)
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
__future__.py 5 FeatureName = "_Feature(" OptionalRelease "," MandatoryRelease ","
38 Instances of class _Feature have two corresponding methods,
74 class _Feature:
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),
118 with_statement = _Feature((2, 5, 0, "alpha", 1),
122 print_function = _Feature((2, 6, 0, "alpha", 2)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
__future__.py 5 FeatureName = "_Feature(" OptionalRelease "," MandatoryRelease ","
38 Instances of class _Feature have two corresponding methods,
74 class _Feature:
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),
118 with_statement = _Feature((2, 5, 0, "alpha", 1),
122 print_function = _Feature((2, 6, 0, "alpha", 2)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
__future__.py 5 FeatureName = "_Feature(" OptionalRelease "," MandatoryRelease ","
38 Instances of class _Feature have two corresponding methods,
74 class _Feature:
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),
118 with_statement = _Feature((2, 5, 0, "alpha", 1),
122 print_function = _Feature((2, 6, 0, "alpha", 2)
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test___future__.py 17 if obj is not None and isinstance(obj, __future__._Feature):
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test___future__.py 17 if obj is not None and isinstance(obj, __future__._Feature):
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test___future__.py 17 if obj is not None and isinstance(obj, __future__._Feature):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test___future__.py 17 if obj is not None and isinstance(obj, __future__._Feature):

Completed in 363 milliseconds