Searched refs:yaml_path_resolvers (Results 1 – 1 of 1) sorted by relevance
19 yaml_path_resolvers = {} variable in BaseResolver52 cls.yaml_path_resolvers = cls.yaml_path_resolvers.copy()89 cls.yaml_path_resolvers[tuple(new_path), kind] = tag92 if not self.yaml_path_resolvers:104 exact_paths[kind] = self.yaml_path_resolvers[path, kind]106 for path, kind in self.yaml_path_resolvers:108 exact_paths[kind] = self.yaml_path_resolvers[path, kind]115 if not self.yaml_path_resolvers:154 if self.yaml_path_resolvers: