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

/external/chromium_org/third_party/cython/src/Cython/Compiler/
H A DPyrexTypes.py115 if self.is_builtin_type or self.py_type_name() == 'object':
199 is_builtin_type = 0 variable in class:PyrexType
936 is_builtin_type = 1 variable in class:BuiltinObjectType
1107 if other_type.is_extension_type or other_type.is_builtin_type:
3602 if (src_type.is_builtin_type and src_type.name == 'str' and
3742 elif type1.is_builtin_type and type1.name == 'float' and type2.is_numeric:
3744 elif type2.is_builtin_type and type2.name == 'float' and type1.is_numeric:
3870 from_type.is_builtin_type and from_type.name != 'type'):

Completed in 105 milliseconds