PythonScript Xojo Plugin

PythonEntity.FromUInt64 Method

Constructs Python3Entity from a UInt64 value.

shared FromUInt64(
   value as UInt64) as PythonEntity

Parameters

value
The value to construct the PythonEntity from.

Returns

PythonEntity

Remarks

See Also

PythonEntity Class