Visual Servoing Platform version 3.7.0
Loading...
Searching...
No Matches
visp.windows_dll_manager.PathManager Class Reference
Inheritance diagram for visp.windows_dll_manager.PathManager:

Public Member Functions

 add_dll_directory (self, str dll_dir)
 __enter__ (self)
 __exit__ (self, *exc_details)

Public Attributes

 old_path = os.environ["PATH"]

Detailed Description

Restore PATH state after importing Python module

Definition at line 38 of file windows_dll_manager.py.

Member Function Documentation

◆ __enter__()

visp.windows_dll_manager.PathManager.__enter__ ( self)

Definition at line 44 of file windows_dll_manager.py.

◆ __exit__()

visp.windows_dll_manager.PathManager.__exit__ ( self,
* exc_details )

Definition at line 48 of file windows_dll_manager.py.

References old_path.

◆ add_dll_directory()

visp.windows_dll_manager.PathManager.add_dll_directory ( self,
str dll_dir )

Definition at line 41 of file windows_dll_manager.py.

Member Data Documentation

◆ old_path

visp.windows_dll_manager.PathManager.old_path = os.environ["PATH"]

Definition at line 45 of file windows_dll_manager.py.

Referenced by __exit__().