Lines Matching refs:cls
76 #define get_array_state_by_class(cls) \
77 (get_array_state(PyType_GetModule(cls)))
1275 cls: defining_class
1283 array_array_extend_impl(arrayobject *self, PyTypeObject *cls, PyObject *bb)
1286 array_state *state = get_array_state_by_class(cls);
1458 cls: defining_class
1467 array_array_fromfile_impl(arrayobject *self, PyTypeObject *cls, PyObject *f,
1486 array_state *state = get_array_state_by_class(cls);
1522 cls: defining_class
1530 array_array_tofile_impl(arrayobject *self, PyTypeObject *cls, PyObject *f)
1544 array_state *state = get_array_state_by_class(cls);
2178 cls: defining_class
2186 array_array___reduce_ex___impl(arrayobject *self, PyTypeObject *cls,
2198 array_state *state = get_array_state_by_class(cls);
2944 cls: defining_class
2951 array_arrayiterator___reduce___impl(arrayiterobject *self, PyTypeObject *cls)
2955 array_state *state = get_array_state_by_class(cls);