HomeSort by relevance Sort by last modified time
    Searched refs:is_text_codec (Results 1 - 2 of 2) sorted by null

  /external/python/cpython2/Python/
codecs.c 457 int is_text_codec; local
474 is_text_codec = PyObject_IsTrue(attr);
476 if (is_text_codec < 0)
478 if (!is_text_codec) {
  /external/python/cpython3/Python/
codecs.c 531 int is_text_codec; local
551 is_text_codec = PyObject_IsTrue(attr);
553 if (is_text_codec <= 0) {
555 if (!is_text_codec)
    [all...]

Completed in 952 milliseconds