Home
last modified time | relevance | path

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

/third_party/python/Include/internal/
Dpycore_code.h168 struct _PyCodeConstructor { struct
170 PyObject *filename;
171 PyObject *name;
172 PyObject *qualname;
173 int flags;
176 PyObject *code;
177 int firstlineno;
178 PyObject *linetable;
181 PyObject *consts;
182 PyObject *names;
[all …]