OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mandatoryRelease
(Results
1 - 4
of
4
) sorted by null
/prebuilts/gdb/darwin-x86/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/gdb/linux-x86/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/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 734 milliseconds