Python3Script Xojo Plugin |
|
Python3Result.FromBytes Method
Constructs Python3Result instance from Bytes (Python3Bytes) instance.
Parameters
- bytes
- The instance of the bytes class to construct the result from.
Returns
- Python3Result
- The newly constructed result or nil if the bytes instanced passed in was not valid.
Remarks
See Also
Python3Result Class