Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/clinic/
Dcodeobject.c.h42 int co_flags = self->co_flags; in code_replace() local
/external/python/cpython2/Include/
Dcode.h15 int co_flags; /* CO_..., see below */ member
/external/libnl/include/netlink-private/
Dcache-api.h180 unsigned int co_flags; member
/external/python/cpython3/Include/cpython/
Dcode.h25 int co_flags; /* CO_..., see below */ member
/external/python/cpython3/Objects/
Dcodeobject.c640 int co_nlocals, int co_stacksize, int co_flags, in code_replace_impl()