我们从Python开源项目中,提取了以下50个代码示例,用于说明如何使用pip.utils.is_local()。
def _permitted(self, path): """ Return True if the given path is one we are permitted to remove/modify, False otherwise. """ return is_local(path)