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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
__future__.py 5 FeatureName = "_Feature(" OptionalRelease "," MandatoryRelease ","
8 where, normally, OptionalRelease < MandatoryRelease, and both are 5-tuples
25 MandatoryRelease predicts the release in which the feature will become part
28 Else MandatoryRelease records when the feature became part of the language;
35 MandatoryRelease may also be None, meaning that a planned feature got
75 def __init__(self, optionalRelease, mandatoryRelease, compiler_flag):
77 self.mandatory = mandatoryRelease
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
__future__.py 5 FeatureName = "_Feature(" OptionalRelease "," MandatoryRelease ","
8 where, normally, OptionalRelease < MandatoryRelease, and both are 5-tuples
25 MandatoryRelease predicts the release in which the feature will become part
28 Else MandatoryRelease records when the feature became part of the language;
35 MandatoryRelease may also be None, meaning that a planned feature got
75 def __init__(self, optionalRelease, mandatoryRelease, compiler_flag):
77 self.mandatory = mandatoryRelease

Completed in 490 milliseconds