Table of Contents

Method GetSchemePathValue

Namespace
Alternet.Common.Python
Assembly
Alternet.Common.Python.v10.dll

GetSchemePathValue(PythonPathValueKind, PythonPathSchemeKind?)

Retrieves the path value for a specific Python path value kind and scheme kind.

public static string GetSchemePathValue(PythonPathValueKind valueKind, PythonPathSchemeKind? schemeKind = null)

Parameters

valueKind PythonPathValueKind

The kind of Python path value to retrieve. For example, StdLib.

schemeKind PythonPathSchemeKind?

The kind of Python path scheme to use. If null, the current Kind is used.

Returns

string

A string representing the path value for the specified kind and scheme, or null if not found.