Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dobject.h533 #define PyObject_REPR(obj) PyString_AS_STRING(PyObject_Repr(obj)) macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dobject.h521 #define PyObject_REPR(obj) PyString_AS_STRING(PyObject_Repr(obj)) macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dcompile.c1251 PyObject_REPR(c->u->u_ste->ste_id), in get_ref_type()
1253 PyObject_REPR(c->u->u_ste->ste_symbols), in get_ref_type()
1254 PyObject_REPR(c->u->u_varnames), in get_ref_type()
1255 PyObject_REPR(c->u->u_names) in get_ref_type()
1307 PyObject_REPR(name), in compiler_make_closure()
1311 PyObject_REPR(co->co_freevars)); in compiler_make_closure()
Dceval.c1949 PyObject_REPR(w)); in PyEval_EvalFrameEx()
1963 PyObject_REPR(w)); in PyEval_EvalFrameEx()
2038 PyObject_REPR(w)); in PyEval_EvalFrameEx()