Modifier and Type | Method and Description |
---|---|
static PyModule |
PyModule.getBuiltins()
Get the Python interpreter's buildins module and returns its Java representation.
|
static PyModule |
PyModule.getMain()
Get the Python interpreter's main module and return its Java representation.
|
static PyModule |
PyModule.importModule(String name)
Import a Python module into the Python interpreter and return its Java representation.
|
Copyright © 2014–2015 Brockmann Consult GmbH. All rights reserved.