Package | Description |
---|---|
org.bytedeco.cpython | |
org.bytedeco.cpython.global |
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.PyNode_Compile(node arg0,
BytePointer arg1) |
static PyCodeObject |
python.PyNode_Compile(node arg0,
String arg1) |
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) |
Copyright © 2020. All rights reserved.