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

/external/chromium_org/third_party/cython/src/Cython/Compiler/
H A DPyrexTypes.py141 # is_pyobject boolean Is a Python object type
195 is_pyobject = 0 variable in class:PyrexType
270 return (self.is_int or self.is_float or self.is_complex or self.is_pyobject or
702 self.dtype.is_pyobject)
714 if self.dtype.is_pyobject:
775 if self.dtype.is_pyobject:
871 is_pyobject = 1 variable in class:PyObjectType
999 return type.is_pyobject and type.assignable_from(self)
2525 if (pyrex or for_display) and not self.return_type.is_pyobject:
3029 if T.is_pyobject o
[all...]

Completed in 101 milliseconds