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