コード例 #1
0
 def get_outputs(self):
     return _build_ext.get_outputs(self) + self.__get_stubs_outputs()
コード例 #2
0
 def get_outputs(self):
     return _build_ext.get_outputs(self) + self.__get_stubs_outputs()
コード例 #3
0
 def get_outputs(self) -> List[str]:
     if self.inplace:
         return list(self.get_output_mapping().keys())
     return sorted(
         _build_ext.get_outputs(self) + self.__get_stubs_outputs())