Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/
Dexceptions.c1108 #define OR_NONE(x) ((x)?(x):Py_None) in OSError_str() macro
1114 OR_NONE(self->winerror), in OSError_str()
1115 OR_NONE(self->strerror), in OSError_str()
1120 OR_NONE(self->winerror), in OSError_str()
1121 OR_NONE(self->strerror), in OSError_str()
1133 OR_NONE(self->myerrno), in OSError_str()
1134 OR_NONE(self->strerror), in OSError_str()
1139 OR_NONE(self->myerrno), in OSError_str()
1140 OR_NONE(self->strerror), in OSError_str()