Package io.github.cdklabs.projen.python
Interface PythonExecutableOptions
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Subinterfaces:
AwsCdkPythonAppOptions,Cdk8sPythonOptions,PoetryOptions,PythonProjectOptions,SetuptoolsOptions
- All Known Implementing Classes:
AwsCdkPythonAppOptions.Jsii$Proxy,Cdk8sPythonOptions.Jsii$Proxy,PoetryOptions.Jsii$Proxy,PythonExecutableOptions.Jsii$Proxy,PythonProjectOptions.Jsii$Proxy,SetuptoolsOptions.Jsii$Proxy
@Generated(value="jsii-pacmak/1.96.0 (build 921e240)", date="2024-03-28T21:16:43.230Z") @Stability(Experimental) public interface PythonExecutableOptions extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classPythonExecutableOptions.BuilderA builder forPythonExecutableOptionsstatic classPythonExecutableOptions.Jsii$ProxyAn implementation forPythonExecutableOptions
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static PythonExecutableOptions.Builderbuilder()default StringgetPythonExec()(experimental) Path to the python executable to use.
-
-
-
Method Detail
-
getPythonExec
@Stability(Experimental) @Nullable default String getPythonExec()
(experimental) Path to the python executable to use.Default: "python"
-
builder
@Stability(Experimental) static PythonExecutableOptions.Builder builder()
- Returns:
- a
PythonExecutableOptions.BuilderofPythonExecutableOptions
-
-