Uses of Interface
io.github.cdklabs.projen.python.VenvOptions
-
Packages that use VenvOptions Package Description io.github.cdklabs.projen.awscdk io.github.cdklabs.projen.cdk8s io.github.cdklabs.projen.python -
-
Uses of VenvOptions in io.github.cdklabs.projen.awscdk
Methods in io.github.cdklabs.projen.awscdk that return VenvOptions Modifier and Type Method Description VenvOptionsAwsCdkPythonAppOptions.Jsii$Proxy. getVenvOptions()Methods in io.github.cdklabs.projen.awscdk with parameters of type VenvOptions Modifier and Type Method Description AwsCdkPythonApp.BuilderAwsCdkPythonApp.Builder. venvOptions(VenvOptions venvOptions)(experimental) Venv options.AwsCdkPythonAppOptions.BuilderAwsCdkPythonAppOptions.Builder. venvOptions(VenvOptions venvOptions)Sets the value ofPythonProjectOptions.getVenvOptions() -
Uses of VenvOptions in io.github.cdklabs.projen.cdk8s
Methods in io.github.cdklabs.projen.cdk8s that return VenvOptions Modifier and Type Method Description VenvOptionsCdk8sPythonOptions.Jsii$Proxy. getVenvOptions()Methods in io.github.cdklabs.projen.cdk8s with parameters of type VenvOptions Modifier and Type Method Description Cdk8sPythonApp.BuilderCdk8sPythonApp.Builder. venvOptions(VenvOptions venvOptions)(experimental) Venv options.Cdk8sPythonOptions.BuilderCdk8sPythonOptions.Builder. venvOptions(VenvOptions venvOptions)Sets the value ofPythonProjectOptions.getVenvOptions() -
Uses of VenvOptions in io.github.cdklabs.projen.python
Classes in io.github.cdklabs.projen.python that implement VenvOptions Modifier and Type Class Description static classVenvOptions.Jsii$ProxyAn implementation forVenvOptionsMethods in io.github.cdklabs.projen.python that return VenvOptions Modifier and Type Method Description VenvOptionsVenvOptions.Builder. build()Builds the configured instance.default VenvOptionsPythonProjectOptions. getVenvOptions()(experimental) Venv options.VenvOptionsPythonProjectOptions.Jsii$Proxy. getVenvOptions()Methods in io.github.cdklabs.projen.python with parameters of type VenvOptions Modifier and Type Method Description PythonProject.BuilderPythonProject.Builder. venvOptions(VenvOptions venvOptions)(experimental) Venv options.PythonProjectOptions.BuilderPythonProjectOptions.Builder. venvOptions(VenvOptions venvOptions)Sets the value ofPythonProjectOptions.getVenvOptions()Constructors in io.github.cdklabs.projen.python with parameters of type VenvOptions Constructor Description Venv(Project project, VenvOptions options)
-