PythonScript Xojo Plugin
PythonEntity.FromObject Method
Constructs Python3Entity from a Xojo Object value.
shared
FromObject(
value
as
Object)
as
PythonEntity
Parameters
value
The value to construct the PythonEntity from.
Returns
PythonEntity
Remarks
See Also
PythonEntity Class