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

/external/chromium_org/third_party/cython/src/Cython/Utility/
H A DCythonFunction.c931 __pyx_CyFunctionObject *cyfunc = (__pyx_CyFunctionObject *) func; local
933 int static_specialized = (cyfunc->flags & __Pyx_CYFUNCTION_STATICMETHOD &&
936 if (cyfunc->flags & __Pyx_CYFUNCTION_CCLASS && !static_specialized) {
953 m_self = cyfunc->func.m_self;
954 cyfunc->func.m_self = self;
956 cyfunc->func.m_self = m_self;

Completed in 81 milliseconds