Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/
Dexceptions.c1087 #define OR_NONE(x) ((x)?(x):Py_None) in OSError_str() macro
1093 OR_NONE(self->winerror), in OSError_str()
1094 OR_NONE(self->strerror), in OSError_str()
1099 OR_NONE(self->winerror), in OSError_str()
1100 OR_NONE(self->strerror), in OSError_str()
1112 OR_NONE(self->myerrno), in OSError_str()
1113 OR_NONE(self->strerror), in OSError_str()
1118 OR_NONE(self->myerrno), in OSError_str()
1119 OR_NONE(self->strerror), in OSError_str()