Package io.github.cdklabs.projen.python
Interface IPythonEnv
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Subinterfaces:
IPythonEnv.Jsii$Default
- All Known Implementing Classes:
IPythonEnv.Jsii$Proxy,Poetry,Venv
@Generated(value="jsii-pacmak/1.96.0 (build 921e240)", date="2024-03-28T21:16:43.225Z") @Stability(Experimental) public interface IPythonEnv extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceIPythonEnv.Jsii$DefaultInternal default implementation forIPythonEnv.static classIPythonEnv.Jsii$ProxyA proxy class which represents a concrete javascript instance of this type.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsetupEnvironment()(experimental) Initializes the virtual environment if it doesn't exist (called during post-synthesis).
-