Ejemplo n.º 1
0
 def get_all_nuke_tests(self, test_filter=""):
     import cryptomatte_utilities_tests as cu_tests
     return cu_tests.get_all_nuke_tests(test_filter=test_filter)
 def get_all_nuke_tests(self):
     import cryptomatte_utilities_tests as cu_tests
     return cu_tests.get_all_nuke_tests()
 def get_all_nuke_tests(self, test_filter=""):
     import cryptomatte_utilities_tests as cu_tests
     return cu_tests.get_all_nuke_tests(test_filter=test_filter)