Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/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 …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/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 …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/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 …]
/aosp_15_r20/external/python/cpython3/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 …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/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 …]