PythonScript Xojo Plugin

PythonEntity.FromBoolean Method

Constructs PythonEntity from a Boolean value.

shared FromBoolean(
   value as Boolean) as PythonEntity

Parameters

value
The value to construct the PythonEntity from.

Returns

PythonEntity

Remarks

See Also

PythonEntity Class