Home
last modified time | relevance | path

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

/third_party/python/Objects/
Dtupleobject.c128 tuple_get_empty(void) in tuple_get_empty() function
154 return tuple_get_empty(); in PyTuple_New()
244 return tuple_get_empty(); in PyTuple_Pack()
463 return tuple_get_empty(); in _PyTuple_FromArray()
533 return tuple_get_empty(); in tupleconcat()
574 return tuple_get_empty(); in tuplerepeat()
751 return tuple_get_empty(); in tuple_new_impl()
775 return tuple_get_empty(); in tuple_vectorcall()
839 return tuple_get_empty(); in tuplesubscript()