Example #1
0
 def alias_groups(cls):
     # Needed for test_stitch_deps_remote_existing_rev_respected which re-loads a synthetic target
     # from a generated BUILD file on disk that needs access to Go target aliases
     return register.build_file_aliases()
 def alias_groups(self):
     return build_file_aliases()
Example #3
0
 def alias_groups(self):
   # Needed for test_stitch_deps_remote_existing_rev_respected which re-loads a synthetic target
   # from a generated BUILD file on disk that needs access to Go target aliases
   return register.build_file_aliases()
 def alias_groups(self):
   return build_file_aliases()
Example #5
0
 def alias_groups(cls):
     return build_file_aliases()
 def alias_groups(cls):
   return build_file_aliases()