Beispiel #1
0
 def is_exported_python_target(t):
     return t.is_original and self.has_provides(
         t) and not is_local_python_dist(t)
Beispiel #2
0
 def is_exported_python_target(t):
   return t.is_original and self.has_provides(t) and not is_local_python_dist(t)