Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/
Dexceptions.c1039 #define OR_NONE(x) ((x)?(x):Py_None) in OSError_str() macro
1045 OR_NONE(self->winerror), in OSError_str()
1046 OR_NONE(self->strerror), in OSError_str()
1051 OR_NONE(self->winerror), in OSError_str()
1052 OR_NONE(self->strerror), in OSError_str()
1064 OR_NONE(self->myerrno), in OSError_str()
1065 OR_NONE(self->strerror), in OSError_str()
1070 OR_NONE(self->myerrno), in OSError_str()
1071 OR_NONE(self->strerror), in OSError_str()