Package | Description |
---|---|
org.bytedeco.cpython | |
org.bytedeco.cpython.global |
Modifier and Type | Method and Description |
---|---|
PyFutureFeatures |
PyFutureFeatures.ff_features(int setter) |
PyFutureFeatures |
PyFutureFeatures.ff_lineno(int setter) |
PyFutureFeatures |
PyFutureFeatures.position(long position) |
PyFutureFeatures |
symtable.st_future() |
Modifier and Type | Method and Description |
---|---|
symtable |
symtable.st_future(PyFutureFeatures setter) |
Modifier and Type | Method and Description |
---|---|
static PyFutureFeatures |
python.PyFuture_FromAST(_mod mod,
BytePointer filename) |
static PyFutureFeatures |
python.PyFuture_FromAST(_mod mod,
String filename) |
static PyFutureFeatures |
python.PyFuture_FromASTObject(_mod mod,
PyObject filename) |
Modifier and Type | Method and Description |
---|---|
static symtable |
python.PySymtable_Build(_mod mod,
BytePointer filename,
PyFutureFeatures future) |
static symtable |
python.PySymtable_Build(_mod mod,
String filename,
PyFutureFeatures future) |
static symtable |
python.PySymtable_BuildObject(_mod mod,
PyObject filename,
PyFutureFeatures future) |
Copyright © 2020. All rights reserved.