Classes | Variables
catkin_virtualenv.venv Namespace Reference

Classes

class  Virtualenv
 

Variables

 _BYTECODE_REGEX = re.compile(r".*\.py[co]")
 
 _COMMENT_REGEX = re.compile(r"(^|\s+)#.*$", flags=re.MULTILINE)
 
 logger = logging.getLogger(__name__)
 

Variable Documentation

catkin_virtualenv.venv._BYTECODE_REGEX = re.compile(r".*\.py[co]")
private

Definition at line 35 of file venv.py.

catkin_virtualenv.venv._COMMENT_REGEX = re.compile(r"(^|\s+)#.*$", flags=re.MULTILINE)
private

Definition at line 36 of file venv.py.

catkin_virtualenv.venv.logger = logging.getLogger(__name__)

Definition at line 38 of file venv.py.



catkin_virtualenv
Author(s): Paul Bovbel
autogenerated on Thu Apr 1 2021 02:36:27