Uses of Class
io.github.cdklabs.projen.python.VenvOptions.Builder
-
Packages that use VenvOptions.Builder Package Description io.github.cdklabs.projen.python -
-
Uses of VenvOptions.Builder in io.github.cdklabs.projen.python
Methods in io.github.cdklabs.projen.python that return VenvOptions.Builder Modifier and Type Method Description static VenvOptions.BuilderVenvOptions. builder()VenvOptions.BuilderVenvOptions.Builder. envdir(String envdir)Sets the value ofVenvOptions.getEnvdir()VenvOptions.BuilderVenvOptions.Builder. pythonExec(String pythonExec)Sets the value ofVenvOptions.getPythonExec()Constructors in io.github.cdklabs.projen.python with parameters of type VenvOptions.Builder Constructor Description Jsii$Proxy(VenvOptions.Builder builder)Constructor that initializes the object based on literal property values passed by theVenvOptions.Builder.
-