Package | Description |
---|---|
org.bytedeco.cpython | |
org.bytedeco.cpython.global |
Modifier and Type | Method and Description |
---|---|
symtable |
symtable.position(long position) |
symtable |
symtable.recursion_depth(int setter) |
symtable |
symtable.recursion_limit(int setter) |
symtable |
symtable.st_blocks(PyObject setter) |
symtable |
symtable.st_cur(_symtable_entry setter) |
symtable |
symtable.st_filename(PyObject setter) |
symtable |
symtable.st_future(PyFutureFeatures setter) |
symtable |
symtable.st_global(PyObject setter) |
symtable |
symtable.st_nblocks(int setter) |
symtable |
symtable.st_private(PyObject setter) |
symtable |
symtable.st_stack(PyObject setter) |
symtable |
symtable.st_top(_symtable_entry setter) |
symtable |
PySTEntryObject.ste_table() |
Modifier and Type | Method and Description |
---|---|
PySTEntryObject |
PySTEntryObject.ste_table(symtable setter) |
Modifier and Type | Method and Description |
---|---|
static symtable |
python.Py_SymtableString(BytePointer str,
BytePointer filename,
int start) |
static symtable |
python.Py_SymtableString(String str,
String filename,
int start) |
static symtable |
python.Py_SymtableStringObject(BytePointer str,
PyObject filename,
int start) |
static symtable |
python.Py_SymtableStringObject(String str,
PyObject filename,
int start) |
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) |
Modifier and Type | Method and Description |
---|---|
static void |
python.PySymtable_Free(symtable arg0) |
static PySTEntryObject |
python.PySymtable_Lookup(symtable arg0,
Pointer arg1) |
Copyright © 2020. All rights reserved.