| Package | Description |
|---|---|
| org.bytedeco.cpython | |
| org.bytedeco.cpython.global |
| Modifier and Type | Method and Description |
|---|---|
_frame |
_frame.f_code(PyCodeObject setter) |
| Modifier and Type | Method and Description |
|---|---|
static PyCodeObject |
python.PyAST_CompileEx(_mod mod,
BytePointer filename,
PyCompilerFlags flags,
int optimize,
PyArena arena) |
static PyCodeObject |
python.PyAST_CompileEx(_mod mod,
String filename,
PyCompilerFlags flags,
int optimize,
PyArena arena) |
static PyCodeObject |
python.PyAST_CompileObject(_mod mod,
PyObject filename,
PyCompilerFlags flags,
int optimize,
PyArena arena) |
static PyCodeObject |
python.PyCode_New(int arg0,
int arg1,
int arg2,
int arg3,
int arg4,
PyObject arg5,
PyObject arg6,
PyObject arg7,
PyObject arg8,
PyObject arg9,
PyObject arg10,
PyObject arg11,
PyObject arg12,
int arg13,
PyObject arg14) |
static PyCodeObject |
python.PyCode_NewEmpty(BytePointer filename,
BytePointer funcname,
int firstlineno) |
static PyCodeObject |
python.PyCode_NewEmpty(String filename,
String funcname,
int firstlineno) |
static PyCodeObject |
python.PyCode_NewWithPosOnlyArgs(int arg0,
int arg1,
int arg2,
int arg3,
int arg4,
int arg5,
PyObject arg6,
PyObject arg7,
PyObject arg8,
PyObject arg9,
PyObject arg10,
PyObject arg11,
PyObject arg12,
PyObject arg13,
int arg14,
PyObject arg15) |
static PyCodeObject |
python.PyFrame_GetCode(PyFrameObject frame) |
static PyCodeObject |
python.PyNode_Compile(node arg0,
BytePointer arg1)
Deprecated.
|
static PyCodeObject |
python.PyNode_Compile(node arg0,
String arg1)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static int |
python._PyCode_CheckLineNumber(PyCodeObject co,
int lasti,
PyAddrPair bounds) |
static int |
python.PyCode_Addr2Line(PyCodeObject arg0,
int arg1) |
static PyFrameObject |
python.PyFrame_New(PyThreadState arg0,
PyCodeObject arg1,
PyObject arg2,
PyObject arg3) |
Copyright © 2021. All rights reserved.