Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/_io/
D_iomodule.c529 PyObject *exc, *val, *tb, *close_result; in io_open() local
531 close_result = PyObject_CallMethod(result, "close", NULL); in io_open()
533 Py_XDECREF(close_result); in io_open()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/
Dtexi2html.py660 def close_result(self): pass member in TexinfoParser