aboutsummaryrefslogtreecommitdiffstats
path: root/components/scripts/python/ccsdk_blueprints/resource_assignment_utils.py
blob: 53cc5d708313fda8ceebd1d59553069450542168 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
class ResourceAssignmentUtils:


    @classmethod
    def set_ressource_data_value(cls, ra, runtime_exception, value):
        print "Set resource here..."
        # TODO
        return None

    @staticmethod
    def set_ressource_value(ra, runtime_exception, value):
        print "Set resource here..."
        # TODO
        return None