def __init__(self, filepath): with open(filepath) as f: RequirementsParser.Inner._rbac_map = \ list(yaml.safe_load_all(f))