PydObject.type

Gets the type of this PydObject. Equivalent to type(this) in Python.

class PydObject
type
(
)

Return Value

Type: PydObject

The type PydObject of this PydObject.

Meta