def is_exported_python_target(t): return t.is_original and self.has_provides(t) and not is_local_python_dist(t)
def is_exported_python_target(t): return t.is_original and self.has_provides( t) and not is_local_python_dist(t)