Home | History | Annotate | Download | only in Modules

Lines Matching refs:PyCFunction_GetFunction

1894     s->fast_encode = (PyCFunction_Check(s->encoder) && PyCFunction_GetFunction(s->encoder) == (PyCFunction)py_encode_basestring_ascii);