Searched refs:root_bp_path (Results 1 – 2 of 2) sorted by relevance
176 def parse_root_bp(self, root_bp_path, namespaces=None): argument182 parser.parse_file(root_bp_path)184 parsed_items = fill_module_namespaces(root_bp_path, parsed_items)190 def create_from_root_bp(cls, root_bp_path, namespaces=None): argument193 result.parse_root_bp(root_bp_path, namespaces)
63 def parse_blueprint(root_bp_path): argument66 parser.parse_file(root_bp_path)68 return fill_module_namespaces(root_bp_path, parsed_items)