(class from pyomo.common.fileutils)
pyomo.common.fileutils
Bases: object
object
Singleton library registry
This class cannot be instantiated. Instead, calling this type will perform lookups in the underlying singleton PathManager object and return instances of PathData.
PathManager
PathData
Methods
__init__()
__init__
rehash()
rehash
Requery the location of all registered library paths
Member Documentation
This method derives its name from the csh command of the same name, which rebuilds the hash table of executables reachable through the PATH.