Home
last modified time | relevance | path

Searched refs:yaml_path_resolvers (Results 1 – 1 of 1) sorted by relevance

/third_party/PyYAML/lib/yaml/
Dresolver.py19 yaml_path_resolvers = {} variable in BaseResolver
52 cls.yaml_path_resolvers = cls.yaml_path_resolvers.copy()
89 cls.yaml_path_resolvers[tuple(new_path), kind] = tag
92 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: