Searched refs:FIXED_TYPE (Results 1 – 2 of 2) sorted by relevance
13 FIXED_TYPE,186 if any(None if v is FIXED_TYPE else v for v in unsupported):188 elif FIXED_TYPE in unsupported:189 return FIXED_TYPE218 return 'mutable' if checked is FIXED_TYPE else checked231 return FIXED_TYPE248 if unsupported is FIXED_TYPE:285 elif unsupported is not FIXED_TYPE:292 elif self.unsupported is FIXED_TYPE:
14 FIXED_TYPE = _misc.Labeled('FIXED_TYPE') variable