OpenGrok
Cross Reference: _warnings.c
xref
: /
external
/
python
/
cpython3
/
Python
/
_warnings.c
Home
|
History
|
Annotate
|
Download
|
only in
Python
Lines Matching
refs:Py_TOLOWER
747
#define ascii_lower(c) ((c <= 127) ?
Py_TOLOWER
(c) : 0)