Home
last modified time | relevance | path

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

/external/python/cpython2/Objects/
Dsetobject.c38 #define INIT_NONZERO_SET_SLOTS(so) do { \ macro
47 INIT_NONZERO_SET_SLOTS(so); \
1022 INIT_NONZERO_SET_SLOTS(so); in make_new_set()