proxsuite-nlp  0.10.0
A primal-dual augmented Lagrangian-type solver for nonlinear programming on manifolds.
Loading...
Searching...
No Matches
proxsuite_nlp.windows_dll_manager.PathManager Class Reference
Inheritance diagram for proxsuite_nlp.windows_dll_manager.PathManager:
[legend]
Collaboration diagram for proxsuite_nlp.windows_dll_manager.PathManager:
[legend]

Public Member Functions

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

Public Attributes

 old_path
 

Detailed Description

Restore PATH state after importing Python module

Definition at line 22 of file windows_dll_manager.py.

Member Function Documentation

◆ add_dll_directory()

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

Definition at line 25 of file windows_dll_manager.py.

◆ __enter__()

proxsuite_nlp.windows_dll_manager.PathManager.__enter__ ( self)

Definition at line 28 of file windows_dll_manager.py.

◆ __exit__()

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

Definition at line 32 of file windows_dll_manager.py.

Member Data Documentation

◆ old_path

proxsuite_nlp.windows_dll_manager.PathManager.old_path

Definition at line 29 of file windows_dll_manager.py.


The documentation for this class was generated from the following file: