Searched defs:construct_mapping (Results 1 – 2 of 2) sorted by relevance
/third_party/PyYAML/tests/lib/ | ||
D | test_structure.py | 150 def construct_mapping(self, node): member in _make_loader.MyLoader |
/third_party/PyYAML/lib/yaml/ | ||
D | constructor.py | 132 def construct_mapping(self, node, deep=False): member in BaseConstructor |