Modifier and Type | Class and Description |
---|---|
class |
PyModule
Represents a Python module.
|
Modifier and Type | Method and Description |
---|---|
PyObject |
PyObject.call(String name,
Object... args)
Call the callable Python object with the given name and arguments.
|
PyObject |
PyObject.callMethod(String name,
Object... args)
Call the callable Python method with the given name and arguments.
|
PyObject |
PyObject.getAttribute(String name)
Gets the Python value of a Python attribute.
|
Copyright © 2014 Brockmann Consult GmbH. All rights reserved.