Method GetSchemePathValues
GetSchemePathValues(PythonPathSchemeKind?)
Retrieves the scheme path values for the specified Python path scheme kind.
public static Dictionary<string, string> GetSchemePathValues(PythonPathSchemeKind? schemeKind = null)
Parameters
schemeKind
PythonPathSchemeKind?The kind of Python path scheme to retrieve. If null, the current Kind is used.
Returns
- Dictionary<string, string>
A dictionary containing the scheme path values, where the key is the path name and the value is the path location. Example of keys: stdlib, platstdlib, purelib, platlib, include, platinclude, scripts, data.