Home
last modified time | relevance | path

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

/dports/lang/python311/Python-3.11.0a3/Include/cpython/
H A Dcode.h28 struct PyCodeObject { struct
56 PyObject *co_consts; /* list (constants used) */
62 int co_flags; /* CO_..., see below */
66 int co_argcount; /* #arguments, except *args */
67 int co_posonlyargcount; /* #positional only arguments */
68 int co_kwonlyargcount; /* #keyword only arguments */
70 int co_firstlineno; /* first source line number */
71 PyObject *co_code; /* instruction opcodes */
92 int co_nfreevars; /* number of free variables */
104 void *co_extra;
[all …]
/dports/lang/python39/Python-3.9.9/Include/cpython/
H A Dcode.h18 struct PyCodeObject { struct
20 int co_argcount; /* #arguments, except *args */
22 int co_kwonlyargcount; /* #keyword only arguments */
23 int co_nlocals; /* #local variables */
25 int co_flags; /* CO_..., see below */
26 int co_firstlineno; /* first source line number */
27 PyObject *co_code; /* instruction opcodes */
28 PyObject *co_consts; /* list (constants used) */
48 void *co_extra;
60 unsigned char *co_opcache_map;
[all …]
/dports/devel/py-frozendict/frozendict-2.1.1/frozendict/src/3_9/cpython_src/Include/cpython/
H A Dcode.h18 struct PyCodeObject { struct
20 int co_argcount; /* #arguments, except *args */
22 int co_kwonlyargcount; /* #keyword only arguments */
23 int co_nlocals; /* #local variables */
25 int co_flags; /* CO_..., see below */
26 int co_firstlineno; /* first source line number */
27 PyObject *co_code; /* instruction opcodes */
28 PyObject *co_consts; /* list (constants used) */
48 void *co_extra;
60 unsigned char *co_opcache_map;
[all …]
/dports/lang/python310/Python-3.10.1/Include/cpython/
H A Dcode.h18 struct PyCodeObject { struct
20 int co_argcount; /* #arguments, except *args */
22 int co_kwonlyargcount; /* #keyword only arguments */
23 int co_nlocals; /* #local variables */
25 int co_flags; /* CO_..., see below */
26 int co_firstlineno; /* first source line number */
27 PyObject *co_code; /* instruction opcodes */
28 PyObject *co_consts; /* list (constants used) */
48 void *co_extra;
60 unsigned char *co_opcache_map;
[all …]
/dports/devel/py-frozendict/frozendict-2.1.1/frozendict/src/3_10/cpython_src/Include/cpython/
H A Dcode.h18 struct PyCodeObject { struct
20 int co_argcount; /* #arguments, except *args */
22 int co_kwonlyargcount; /* #keyword only arguments */
23 int co_nlocals; /* #local variables */
25 int co_flags; /* CO_..., see below */
26 int co_firstlineno; /* first source line number */
27 PyObject *co_code; /* instruction opcodes */
28 PyObject *co_consts; /* list (constants used) */
48 void *co_extra;
60 unsigned char *co_opcache_map;
[all …]
/dports/lang/python310/Python-3.10.1/Include/
H A Dcode.h9 typedef struct PyCodeObject PyCodeObject; typedef
/dports/lang/python39/Python-3.9.9/Include/
H A Dcode.h9 typedef struct PyCodeObject PyCodeObject; typedef
/dports/lang/python311/Python-3.11.0a3/Include/
H A Dcode.h9 typedef struct PyCodeObject PyCodeObject; typedef
/dports/devel/py-frozendict/frozendict-2.1.1/frozendict/src/3_9/cpython_src/Include/
H A Dcode.h9 typedef struct PyCodeObject PyCodeObject; typedef
/dports/devel/py-frozendict/frozendict-2.1.1/frozendict/src/3_10/cpython_src/Include/
H A Dcode.h9 typedef struct PyCodeObject PyCodeObject; typedef
/dports/lang/python-legacy/Python-2.7.18/Include/
H A Dcode.h30 } PyCodeObject; typedef
/dports/lang/python27/Python-2.7.18/Include/
H A Dcode.h30 } PyCodeObject; typedef
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Include/
H A Dcode.h30 } PyCodeObject; typedef
/dports/www/domoticz/domoticz-2020.2/hardware/plugins/Include/
H A Dcode.h38 } PyCodeObject; typedef
/dports/lang/python37/Python-3.7.12/Include/
H A Dcode.h51 } PyCodeObject; typedef
/dports/devel/py-frozendict/frozendict-2.1.1/frozendict/src/3_6/cpython_src/Include/
H A Dcode.h51 } PyCodeObject; typedef
/dports/devel/py-frozendict/frozendict-2.1.1/frozendict/src/3_7/cpython_src/Include/
H A Dcode.h51 } PyCodeObject; typedef
/dports/databases/py-sqlite3/Python-3.8.12/Include/
H A Dcode.h69 } PyCodeObject; typedef
/dports/databases/py-gdbm/Python-3.8.12/Include/
H A Dcode.h69 } PyCodeObject; typedef
/dports/lang/python38/Python-3.8.12/Include/
H A Dcode.h69 } PyCodeObject; typedef
/dports/lang/python-tools/Python-3.8.12/Include/
H A Dcode.h69 } PyCodeObject; typedef
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Include/
H A Dcode.h69 } PyCodeObject; typedef
/dports/devel/py-frozendict/frozendict-2.1.1/frozendict/src/3_8/cpython_src/Include/
H A Dcode.h69 } PyCodeObject; typedef