Home
last modified time | relevance | path

Searched defs:co_kwonlyargcount (Results 1 – 3 of 3) sorted by relevance

/third_party/python/Objects/clinic/
Dcodeobject.c.h175 int co_kwonlyargcount = self->co_kwonlyargcount; in code_replace() local
/third_party/python/Include/cpython/
Dcode.h22 int co_kwonlyargcount; /* #keyword only arguments */ member
/third_party/python/Objects/
Dcodeobject.c724 int co_posonlyargcount, int co_kwonlyargcount, in code_replace_impl()