Searched defs:co_posonlyargcount (Results 1 – 3 of 3) sorted by relevance
174 int co_posonlyargcount = self->co_posonlyargcount; in code_replace() local
21 int co_posonlyargcount; /* #positional only arguments */ member
724 int co_posonlyargcount, int co_kwonlyargcount, in code_replace_impl()