Home
last modified time | relevance | path

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

/third_party/PyYAML/tests/lib/
Dtest_structure.py151 pairs = self.construct_pairs(node)
167 pairs = self.construct_pairs(node)
/third_party/PyYAML/lib/yaml/
Dconstructor.py147 def construct_pairs(self, node, deep=False): member in BaseConstructor