duck.cliΒΆ

SubpackagesΒΆ

Package ContentsΒΆ

FunctionsΒΆ

add_to_pythonpath

Retrieves the current PYTHONPATH environment variable and returns it.

APIΒΆ

duck.cli.add_to_pythonpath(path: str)[source]ΒΆ

Retrieves the current PYTHONPATH environment variable and returns it.

Parameters:

path – The directory to check in the current PYTHONPATH.

Returns:

The current PYTHONPATH value.

Return type:

str