test_python-name_error.py
Go to the documentation of this file.
1 # flake8: noqa
2 import os
3 
4 pkgConfigPath = os.environ.get("PKG_CONFIG_PATH")
5 if pkgConfigPath is None:
6  pkgConfigPath = ""
7 pathList = re.split(":", pkgConfigPath) # noqa
8 
9 print(pathList)


dynamic-graph-python
Author(s): Nicolas Mansard, Olivier Stasse
autogenerated on Fri Oct 27 2023 02:16:36