compat.py

About this file

We attempted to read from templates/app_lib_onelogin_saml2_compat.py_hw.txt but failed.

Code Check Report


No problems to report
                        

Documentation drawn from source code

py3 compatibility class

Copyright (c) 2010-2018 OneLogin, Inc.
MIT License


utf8(data):
return utf8-encoded string

to_string(data):
return string

to_bytes(data):
return bytes

utf8(data):
return utf8-encoded string

to_string(data):
convert to string

to_bytes(data):
return bytes

Source code