我们从Python开源项目中,提取了以下9个代码示例,用于说明如何使用future.utils.PY27。
def expectedFailurePY27(func): if not PY27: return func return unittest.expectedFailure(func)