maxon.Builtin

Description

Represents a built-in maxon.DataType (aka the one that can e converted automatically to python like maxon.Int32 to int)

Methods Signature

__float__()

__int__()

__str__()

Returns the string representation of a data.

Methods Definition

Builtin.__float__()
Builtin.__int__()
Builtin.__str__()

Returns the string representation of a data.

Return type

str