6385:9407026610bb | 6386:91dc4fa9bc9c |
---|---|
433 @param venvName logical name of the virtual environment | 433 @param venvName logical name of the virtual environment |
434 @type str | 434 @type str |
435 @return flag indicating a global environment | 435 @return flag indicating a global environment |
436 @rtype bool | 436 @rtype bool |
437 """ | 437 """ |
438 return self.__virtualEnvironments[venvName]["is_global"] | 438 return self.__virtualEnvironments[venvName]["is_global"] |