Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
Dast.c2707 int ndoublestars; in ast_for_call() local
2748 ndoublestars = 0; /* just keyword argument unpackings */ in ast_for_call()
2757 if (ndoublestars) { in ast_for_call()
2777 if (ndoublestars) { in ast_for_call()
2803 ndoublestars++; in ast_for_call()