public PythonInterpreterConfigBuilder setExcType()

in src/main/java/pemja/core/PythonInterpreterConfig.java [153:156]


        public PythonInterpreterConfigBuilder setExcType(ExecType excType) {
            this.execType = excType;
            return this;
        }