Home
last modified time | relevance | path

Searched defs:posonlyargcount (Results 1 - 5 of 5) sorted by relevance

/third_party/python/Objects/clinic/
H A Dcodeobject.c.h28 int posonlyargcount; in code_new() local
/third_party/python/Include/internal/
H A Dpycore_code.h190 int posonlyargcount; member
/third_party/python/Python/
H A Dmarshal.c1356 int posonlyargcount; in r_object() local
H A Dcompile.c8013 int posonlyargcount = (int)c->u->u_posonlyargcount; in makecode() local
/third_party/python/Objects/
H A Dcodeobject.c498 PyCode_NewWithPosOnlyArgs(int argcount, int posonlyargcount, int kwonlyargcount, in PyCode_NewWithPosOnlyArgs() argument
1522 code_new_impl(PyTypeObject *type, int argcount, int posonlyargcount, in code_new_impl() argument
[all...]

Completed in 18 milliseconds