PlaneConstraint.datatype

PlaneConstraint.datatype()[source]

Get the data type of this COMPAS object.

Returns

datatype (str) – The data type of the COMPAS object in the following format: ‘{}/{}’.format(o.__class__.__module__, o.__class__.__name__).