def __init__()

in awsglue/blueprint/job.py [0:0]


    def __init__(self, **kwargs):
        self.__dict__['_validator'] = {
            'MaxConcurrentRuns': (int, False),
        }
        self.MaxConcurrentRuns = kwargs.get('MaxConcurrentRuns')