Home
last modified time | relevance | path

Searched defs:asdl_seq_LEN (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Include/
Dasdl.h34 #define asdl_seq_LEN(S) ((S) == NULL ? 0 : (S)->size) macro
/external/python/cpython3/Include/
Dasdl.h33 #define asdl_seq_LEN(S) ((S) == NULL ? 0 : (S)->size) macro