static fromString()

in src/main/groovy/com/jetbrains/python/envs/PythonEnvsExtension.groovy [215:217]


    static fromString(String type) {
        return type == null ? null : valueOf(type.toUpperCase())
    }