![]() |
Visual Servoing Platform version 3.7.0
|
Public Member Functions | |
| add_dll_directory (self, str dll_dir) | |
| __enter__ (self) | |
| __exit__ (self, *exc_details) | |
Public Attributes | |
| old_path = os.environ["PATH"] | |
Restore PATH state after importing Python module
Definition at line 38 of file windows_dll_manager.py.
| visp.windows_dll_manager.PathManager.__enter__ | ( | self | ) |
Definition at line 44 of file windows_dll_manager.py.
| visp.windows_dll_manager.PathManager.__exit__ | ( | self, | |
| * | exc_details ) |
Definition at line 48 of file windows_dll_manager.py.
References old_path.
| visp.windows_dll_manager.PathManager.add_dll_directory | ( | self, | |
| str | dll_dir ) |
Definition at line 41 of file windows_dll_manager.py.
| visp.windows_dll_manager.PathManager.old_path = os.environ["PATH"] |
Definition at line 45 of file windows_dll_manager.py.
Referenced by __exit__().