OpenGrok
Cross Reference: arraymodule.c
xref
: /
external
/
python
/
cpython3
/
Modules
/
arraymodule.c
Home
|
History
|
Annotate
|
Download
|
only in
Modules
Lines Matching
refs:array_CheckExact
108
#define
array_CheckExact
(op) (Py_TYPE(op) == &Arraytype)