<< pyGetMethods Python Interaction Mechanism in Scilab pyGetPath >>

Python Interaction Mechanism in Scilab >> Python Interaction Mechanism in Scilab > pyGetName

pyGetName

Get Python object fields names.

Calling Sequence

names = pyGetName(arg_1 [, arg_2 ...])

Arguments

arg_i

A Python object or a Scilab wrappable data.

names

A row of strings.

Description

Get the fields names of the arguments like returned by getting the __name__ attribute.

Examples

pyImport urllib
n = pyGetName(urllib)

pyRemove urllib

See Also

History

VersionDescription
5.4.0 Python module.

Report an issue
<< pyGetMethods Python Interaction Mechanism in Scilab pyGetPath >>