我们从Python开源项目中,提取了以下1个代码示例,用于说明如何使用requests.compat.is_py3()。
def __unicode__(self): return '' if is_py3 else ''.decode()