Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/
Dcache.c222 PyObject* display_str; in pysqlite_cache_display() local
250 display_str = PyString_Format(template, fmt_args); in pysqlite_cache_display()
253 if (!display_str) { in pysqlite_cache_display()
256 PyObject_Print(display_str, stdout, Py_PRINT_RAW); in pysqlite_cache_display()
257 Py_DECREF(display_str); in pysqlite_cache_display()