Home
last modified time | relevance | path

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

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