<< pyGetName Python Interaction Mechanism in Scilab pyGetVar >>

Python Interaction Mechanism in Scilab >> Python Interaction Mechanism in Scilab > pyGetPath

pyGetPath

Get the contents of sys.path

Calling Sequence

paths = pyGetPath()

Arguments

paths

A column of strings.

Description

Get the contents of sys.path.

Examples

pyGetPath()
pyAddToPath /path/to/my/module/
pyGetPath()

See Also

History

VersionDescription
5.4.0 Python module.

Report an issue
<< pyGetName Python Interaction Mechanism in Scilab pyGetVar >>