我们从Python开源项目中,提取了以下50个代码示例,用于说明如何使用setuptools.monkey.get_unpatched()。
def _get_unpatched(cls): warnings.warn("Do not call this function", DeprecationWarning) return get_unpatched(cls) # Based on Python 3.5 version