Variables | |
pathList = re.split(":", pkgConfigPath) | |
pkgConfigPath = os.environ.get("PKG_CONFIG_PATH") | |
test_python-ok.pathList = re.split(":", pkgConfigPath) |
Definition at line 7 of file test_python-ok.py.
string test_python-ok.pkgConfigPath = os.environ.get("PKG_CONFIG_PATH") |
Definition at line 4 of file test_python-ok.py.