Home
last modified time | relevance | path

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

/third_party/python/Objects/
Dtypeobject.c7862 #undef SQSLOT
7881 #define SQSLOT(NAME, SLOT, FUNCTION, WRAPPER, DOC) \ macro
8062 SQSLOT("__len__", sq_length, slot_sq_length, wrap_lenfunc,
8069 SQSLOT("__add__", sq_concat, NULL, wrap_binaryfunc,
8071 SQSLOT("__mul__", sq_repeat, NULL, wrap_indexargfunc,
8073 SQSLOT("__rmul__", sq_repeat, NULL, wrap_indexargfunc,
8075 SQSLOT("__getitem__", sq_item, slot_sq_item, wrap_sq_item,
8077 SQSLOT("__setitem__", sq_ass_item, slot_sq_ass_item, wrap_sq_setitem,
8079 SQSLOT("__delitem__", sq_ass_item, slot_sq_ass_item, wrap_sq_delitem,
8081 SQSLOT("__contains__", sq_contains, slot_sq_contains, wrap_objobjproc,
[all …]