Searched refs:yaml_tag (Results 1 – 2 of 2) sorted by relevance
/third_party/PyYAML/tests/lib/ | ||
D | test_constructor.py | 61 yaml_tag = "!tag2" variable in _make_objects.MyTestClass2 |
/third_party/PyYAML/lib/yaml/ | ||
D | __init__.py | 356 loader.add_constructor(cls.yaml_tag, cls.from_yaml) |