objectType x
This is equivalent to the type function in Python.
i1 : objectType toPython 2 o1 = <class 'int'> o1 : PythonObject of class type
i2 : objectType toPython "Hello, world!" o2 = <class 'str'> o2 : PythonObject of class type
The object objectType is a compiled function.
The source of this document is in Python/doc.m2:643:0.