Home | History | Annotate | Download | only in Python

Lines Matching refs:PyUnicode_AsUTF8

4728         return PyUnicode_AsUTF8(((PyFunctionObject*)func)->func_name);
5302 obj_str = PyUnicode_AsUTF8(obj);
5447 filename = PyUnicode_AsUTF8(f->f_code->co_filename);
5448 funcname = PyUnicode_AsUTF8(f->f_code->co_name);
5461 filename = PyUnicode_AsUTF8(f->f_code->co_filename);
5462 funcname = PyUnicode_AsUTF8(f->f_code->co_name);
5491 co_filename = PyUnicode_AsUTF8(frame->f_code->co_filename);
5494 co_name = PyUnicode_AsUTF8(frame->f_code->co_name);