Flutter Engine
The Flutter Engine
|
Functions | |
def | byte_str_decode (str_or_bytes) |
Variables | |
string | ENCODING = 'UTF-8' |
def compatibility_helper.byte_str_decode | ( | str_or_bytes | ) |
Returns a string if given either a string or bytes. TODO: This function should be removed when the supported python version is only python 3. Args: str_or_bytes (string or bytes) we want to convert or return as the possible value changes depending on the version of python used.
Definition at line 13 of file compatibility_helper.py.
string compatibility_helper.ENCODING = 'UTF-8' |
Definition at line 10 of file compatibility_helper.py.