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

/external/chromium_org/third_party/cython/src/Cython/Compiler/
H A DPyrexTypes.py405 self.from_py_function = "__Pyx_PyInt_As_" + self.specialization_name()
409 "FROM_PY_FUNCTION": self.from_py_function}))
470 from_py_function = None variable in class:MemoryViewSliceType
690 self.from_py_function = funcname
725 if not self.dtype.from_py_function:
733 from_py_function = self.dtype.from_py_function,
1186 # from_py_function string C function for constructing from Python object
1190 from_py_function = None variable in class:CType
1198 return self.from_py_function i
1412 from_py_function = None variable in class:CIntType
1540 from_py_function = "__Pyx_PyObject_IsTrue" variable in class:CBIntType
1573 from_py_function = "__Pyx_PyObject_AsPy_UCS4" variable in class:CPyUCS4IntType
1594 from_py_function = "__Pyx_PyObject_AsPy_UNICODE" variable in class:CPyUnicodeIntType
1607 from_py_function = "__Pyx_PyInt_AsHash_t" variable in class:CPyHashTType
1615 from_py_function = "__Pyx_PyIndex_AsSsize_t" variable in class:CPySSizeTType
1623 from_py_function = "PyInt_AsSsize_t" variable in class:CSSizeTType
1645 from_py_function = "__pyx_PyFloat_AsDouble" variable in class:CFloatType
3261 from_py_function = "PyInt_AsLong" variable in class:CEnumType
3308 from_py_function = "dummy" variable in class:ErrorType
[all...]

Completed in 73 milliseconds