orx
Toggle table of contents
0.5.1-dev.5+94782ce
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
orx
orx-python
/
org.openrndr.extra.python
/
PythonInterpreter
Python
Interpreter
class
PythonInterpreter
(
val
executable
:
String
)
(
source
)
Members
Members & Extensions
Constructors
Python
Interpreter
Link copied to clipboard
constructor
(
executable
:
String
)
Properties
executable
Link copied to clipboard
val
executable
:
String
Functions
create
Virtual
Env
Link copied to clipboard
fun
PythonInterpreter
.
createVirtualEnv
(
path
:
String
,
reinstall
:
Boolean
=
false
)
:
VirtualEnvironment
invoke
Python
Link copied to clipboard
fun
invokePython
(
arguments
:
List
<
String
>
)
:
ExecutionResult
version
Link copied to clipboard
fun
version
(
)
:
String
?