Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dobject.c1908 static PyObject *dir_str = NULL; in _dir_object() local
1922 dirfunc = _PyObject_LookupSpecial(obj, "__dir__", &dir_str); in _dir_object()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dobject.c1915 static PyObject *dir_str = NULL; in _dir_object() local
1929 dirfunc = _PyObject_LookupSpecial(obj, "__dir__", &dir_str); in _dir_object()