Home
last modified time | relevance | path

Searched refs:fast_encode (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython2/Modules/
D_json.c65 int fast_encode; member
1894 …s->fast_encode = (PyCFunction_Check(s->encoder) && PyCFunction_GetFunction(s->encoder) == (PyCFunc… in encoder_init()
1994 if (s->fast_encode) in encoder_encode_string()