Table Of Contents

Previous topic

pyTuple

Next topic

pyVersion

This Page

pyType

Convenience function to call the Python function type.

Usage

pyType(objName)

Arguments

objName   a string specifying the name of the Python object.

Examples

pyExec("x = dict()")
pyType("x")