Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/clinic/
Dcodeobject.c.h212 int co_flags = self->co_flags; in code_replace() local
/external/libnl/include/nl-priv-dynamic-core/
Dcache-api.h170 unsigned int co_flags; member
/external/python/cpython3/Objects/
Dcodeobject.c2219 int co_nlocals, int co_stacksize, int co_flags, in code_replace_impl()